#01207C

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

Shades of Sapphire #01207C

Tints of Sapphire #01207C

Color information

#01207C (or 0x01207C) is unknown color: approx Sapphire. HEX triplet: 01, 20 and 7C. RGB value is (1,32,124). Sum of RGB (Red+Green+Blue) = 1+32+124=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 124 (48.83% from 255 or 78.98% from 157); Max value from RGB is 124 - color contains mainly: blue. Hex color #01207C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01207C is #FEDF83. Grayscale: #202020. Windows color (decimal): -16703364 or 8134657. OLE color: 8134657.

HSL color Cylindrical-coordinate representation of color #01207C: hue angle of 224.88º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01207C is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB132124-
CMYK0.990.7400.51
HSL224.88º98.4%24.51%-
HSV(B)224.88º99.19%48.63%-
XYZ4.172.4919.33-
YUV33.22179.23105.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 32 (12.89% from 255) = 20.38%
BLUE value IS 124 (48.83% from 255) = 78.98%
R=0.64%
G=20.38%
B=78.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1321240.990.7400.51224.8898.424.51
Hex1207C634A033e16219
Octal14017414311206334114231
Binary1100000111110011000111001010011001111100001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01207C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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