#0D2470

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

Shades of Sapphire #0D2470

Tints of Sapphire #0D2470

Color information

#0D2470 (or 0x0D2470) is unknown color: approx Sapphire. HEX triplet: 0D, 24 and 70. RGB value is (13,36,112). Sum of RGB (Red+Green+Blue) = 13+36+112=161 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.07% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 112 (44.14% from 255 or 69.57% from 161); Max value from RGB is 112 - color contains mainly: blue. Hex color #0D2470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2470 is #F2DB8F. Grayscale: #252525. Windows color (decimal): -15915920 or 7349261. OLE color: 7349261.

HSL color Cylindrical-coordinate representation of color #0D2470: hue angle of 226.06º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D2470 is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1336112-
CMYK0.880.6800.56
HSL226.06º79.2%24.51%-
HSV(B)226.06º88.39%43.92%-
XYZ3.722.5215.62-
YUV37.79169.88110.32-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.07%
GREEN value IS 36 (14.45% from 255) = 22.36%
BLUE value IS 112 (44.14% from 255) = 69.57%
R=8.07%
G=22.36%
B=69.57%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13361120.880.6800.56226.0679.224.51
HexD24705844038e24f19
Octal154416013010407034211731
Binary1101100100111000010110001000100011100011100010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,36,112); }

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

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

 a { background-color: rgb(13,36,112); }

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

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

 span { border-color: rgb(13,36,112); }

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