#0D2077

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

Shades of Sapphire #0D2077

Tints of Sapphire #0D2077

Color information

#0D2077 (or 0x0D2077) is unknown color: approx Sapphire. HEX triplet: 0D, 20 and 77. RGB value is (13,32,119). Sum of RGB (Red+Green+Blue) = 13+32+119=164 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.93% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 119 (46.88% from 255 or 72.56% from 164); Max value from RGB is 119 - color contains mainly: blue. Hex color #0D2077 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2077 is #F2DF88. Grayscale: #232323. Windows color (decimal): -15916937 or 7806989. OLE color: 7806989.

HSL color Cylindrical-coordinate representation of color #0D2077: hue angle of 229.25º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D2077 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1332119-
CMYK0.890.7300.53
HSL229.25º80.3%25.88%-
HSV(B)229.25º89.08%46.67%-
XYZ4.012.4517.71-
YUV36.24174.71111.43-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.93%
GREEN value IS 32 (12.89% from 255) = 19.51%
BLUE value IS 119 (46.88% from 255) = 72.56%
R=7.93%
G=19.51%
B=72.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal13321190.890.7300.53229.2580.325.88
HexD20775949035e5501a
Octal154016713111106534512032
Binary1101100000111011110110011001001011010111100101101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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