#0D2275

Color #0D2275 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #0D2275

Tints of Sapphire #0D2275

Color information

#0D2275 (or 0x0D2275) is unknown color: approx Sapphire. HEX triplet: 0D, 22 and 75. RGB value is (13,34,117). Sum of RGB (Red+Green+Blue) = 13+34+117=164 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.93% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 117 (46.09% from 255 or 71.34% from 164); Max value from RGB is 117 - color contains mainly: blue. Hex color #0D2275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2275 is #F2DD8A. Grayscale: #242424. Windows color (decimal): -15916427 or 7676429. OLE color: 7676429.

HSL color Cylindrical-coordinate representation of color #0D2275: hue angle of 227.88º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D2275 is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1334117-
CMYK0.890.7100.54
HSL227.88º80%25.49%-
HSV(B)227.88º88.89%45.88%-
XYZ3.952.5117.11-
YUV37.18173.04110.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 13 (5.47% from 255) = 7.93%
GREEN value IS 34 (13.67% from 255) = 20.73%
BLUE value IS 117 (46.09% from 255) = 71.34%
R=7.93%
G=20.73%
B=71.34%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal13341170.890.7100.54227.888025.49
HexD22755947036e45019
Octal154216513110706634412031
Binary1101100010111010110110011000111011011011100100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D2275; }

 p { color: rgb(13,34,117); }

 H1.HeaderClassName
 {
   color: #0D2275;
 }
 .AnyTagClassName
 {
   color: #0D2275;
 }
</style>
background-color css

<style>
 a { background-color: #0D2275; }

 a { background-color: rgb(13,34,117); }

 div.DivClassName
 {
   background-color: #0D2275;
 }
 .BgClassName
 {
   background-color: #0D2275;
 }
</style>
border-color css

<style>
 span { border-color: #0D2275; }

 span { border-color: rgb(13,34,117); }

 td.TdClassName
 {
   border-color: #0D2275;
 }
 .TagClassName
 {
   border-color: #0D2275;
 }
</style>