#0D2060

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

Shades of Sapphire #0D2060

Tints of Sapphire #0D2060

Color information

#0D2060 (or 0x0D2060) is unknown color: approx Sapphire. HEX triplet: 0D, 20 and 60. RGB value is (13,32,96). Sum of RGB (Red+Green+Blue) = 13+32+96=141 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.22% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 96 (37.89% from 255 or 68.09% from 141); Max value from RGB is 96 - color contains mainly: blue. Hex color #0D2060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D2060 is #F2DF9F. Grayscale: #212121. Windows color (decimal): -15916960 or 6299661. OLE color: 6299661.

HSL color Cylindrical-coordinate representation of color #0D2060: hue angle of 226.27º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D2060 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB133296-
CMYK0.860.6700.62
HSL226.27º76.15%21.37%-
HSV(B)226.27º86.46%37.65%-
XYZ2.791.9611.3-
YUV33.62163.21113.3-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.22%
GREEN value IS 32 (12.89% from 255) = 22.70%
BLUE value IS 96 (37.89% from 255) = 68.09%
R=9.22%
G=22.70%
B=68.09%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1332960.860.6700.62226.2776.1521.37
HexD2060564303Ee24c15
Octal154014012610307634211425
Binary1101100000110000010101101000011011111011100010100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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