#01206C

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

Shades of Sapphire #01206C

Tints of Sapphire #01206C

Color information

#01206C (or 0x01206C) is unknown color: approx Sapphire. HEX triplet: 01, 20 and 6C. RGB value is (1,32,108). Sum of RGB (Red+Green+Blue) = 1+32+108=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 108 (42.58% from 255 or 76.60% from 141); Max value from RGB is 108 - color contains mainly: blue. Hex color #01206C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01206C is #FEDF93. Grayscale: #1F1F1F. Windows color (decimal): -16703380 or 7086081. OLE color: 7086081.

HSL color Cylindrical-coordinate representation of color #01206C: hue angle of 222.62º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01206C is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB132108-
CMYK0.990.7000.58
HSL222.62º98.17%21.37%-
HSV(B)222.62º99.07%42.35%-
XYZ3.242.1214.43-
YUV31.4171.23106.32-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.71%
GREEN value IS 32 (12.89% from 255) = 22.70%
BLUE value IS 108 (42.58% from 255) = 76.60%
R=0.71%
G=22.70%
B=76.60%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1321080.990.7000.58222.6298.1721.37
Hex1206C634603Adf6215
Octal14015414310607233714225
Binary1100000110110011000111000110011101011011111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01206C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01206C; }

 p { color: rgb(1,32,108); }

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

<style>
 a { background-color: #01206C; }

 a { background-color: rgb(1,32,108); }

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

<style>
 span { border-color: #01206C; }

 span { border-color: rgb(1,32,108); }

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