#0D2472

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

Shades of Sapphire #0D2472

Tints of Sapphire #0D2472

Color information

#0D2472 (or 0x0D2472) is unknown color: approx Sapphire. HEX triplet: 0D, 24 and 72. RGB value is (13,36,114). Sum of RGB (Red+Green+Blue) = 13+36+114=163 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.98% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 114 (44.92% from 255 or 69.94% from 163); Max value from RGB is 114 - color contains mainly: blue. Hex color #0D2472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2472 is #F2DB8D. Grayscale: #252525. Windows color (decimal): -15915918 or 7480333. OLE color: 7480333.

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

Color convert

RGB1336114-
CMYK0.890.6800.55
HSL226.34º79.53%24.9%-
HSV(B)226.34º88.6%44.71%-
XYZ3.832.5616.21-
YUV38.02170.88110.16-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.98%
GREEN value IS 36 (14.45% from 255) = 22.09%
BLUE value IS 114 (44.92% from 255) = 69.94%
R=7.98%
G=22.09%
B=69.94%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal13361140.890.6800.55226.3479.5324.9
HexD24725944037e25019
Octal154416213110406734212031
Binary1101100100111001010110011000100011011111100010101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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