#0D1D6F

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

Shades of Sapphire #0D1D6F

Tints of Sapphire #0D1D6F

Color information

#0D1D6F (or 0x0D1D6F) is unknown color: approx Sapphire. HEX triplet: 0D, 1D and 6F. RGB value is (13,29,111). Sum of RGB (Red+Green+Blue) = 13+29+111=153 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.50% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 111 (43.75% from 255 or 72.55% from 153); Max value from RGB is 111 - color contains mainly: blue. Hex color #0D1D6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D1D6F is #F2E290. Grayscale: #212121. Windows color (decimal): -15917713 or 7281933. OLE color: 7281933.

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

Color convert

RGB1329111-
CMYK0.880.7400.56
HSL230.2º79.03%24.31%-
HSV(B)230.2º88.29%43.53%-
XYZ3.472.1115.26-
YUV33.56171.7113.33-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.50%
GREEN value IS 29 (11.72% from 255) = 18.95%
BLUE value IS 111 (43.75% from 255) = 72.55%
R=8.50%
G=18.95%
B=72.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13291110.880.7400.56230.279.0324.31
HexD1D6F584A038e64f18
Octal153515713011207034611730
Binary110111101110111110110001001010011100011100110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,29,111); }

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

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

 a { background-color: rgb(13,29,111); }

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

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

 span { border-color: rgb(13,29,111); }

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