#0C207A

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

Shades of Sapphire #0C207A

Tints of Sapphire #0C207A

Color information

#0C207A (or 0x0C207A) is unknown color: approx Sapphire. HEX triplet: 0C, 20 and 7A. RGB value is (12,32,122). Sum of RGB (Red+Green+Blue) = 12+32+122=166 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.23% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 122 (48.05% from 255 or 73.49% from 166); Max value from RGB is 122 - color contains mainly: blue. Hex color #0C207A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C207A is #F3DF85. Grayscale: #232323. Windows color (decimal): -15982470 or 8003596. OLE color: 8003596.

HSL color Cylindrical-coordinate representation of color #0C207A: hue angle of 229.09º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C207A is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1232122-
CMYK0.900.7400.52
HSL229.09º82.09%26.27%-
HSV(B)229.09º90.16%47.84%-
XYZ4.182.5218.68-
YUV36.28176.37110.68-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.23%
GREEN value IS 32 (12.89% from 255) = 19.28%
BLUE value IS 122 (48.05% from 255) = 73.49%
R=7.23%
G=19.28%
B=73.49%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12321220.900.7400.52229.0982.0926.27
HexC207A5A4A034e5521a
Octal144017213211206434512232
Binary1100100000111101010110101001010011010011100101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C207A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,32,122); }

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

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

 a { background-color: rgb(12,32,122); }

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

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

 span { border-color: rgb(12,32,122); }

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