#0D206A

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

Shades of Sapphire #0D206A

Tints of Sapphire #0D206A

Color information

#0D206A (or 0x0D206A) is unknown color: approx Sapphire. HEX triplet: 0D, 20 and 6A. RGB value is (13,32,106). Sum of RGB (Red+Green+Blue) = 13+32+106=151 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.61% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 106 (41.80% from 255 or 70.20% from 151); Max value from RGB is 106 - color contains mainly: blue. Hex color #0D206A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D206A is #F2DF95. Grayscale: #222222. Windows color (decimal): -15916950 or 6955021. OLE color: 6955021.

HSL color Cylindrical-coordinate representation of color #0D206A: hue angle of 227.74º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D206A is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1332106-
CMYK0.880.7000.58
HSL227.74º78.15%23.33%-
HSV(B)227.74º87.74%41.57%-
XYZ3.282.1613.88-
YUV34.75168.21112.48-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.61%
GREEN value IS 32 (12.89% from 255) = 21.19%
BLUE value IS 106 (41.80% from 255) = 70.20%
R=8.61%
G=21.19%
B=70.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal13321060.880.7000.58227.7478.1523.33
HexD206A584603Ae44e17
Octal154015213010607234411627
Binary1101100000110101010110001000110011101011100100100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D206A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,32,106); }

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

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

 a { background-color: rgb(13,32,106); }

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

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

 span { border-color: rgb(13,32,106); }

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