#0C2575

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

Shades of Sapphire #0C2575

Tints of Sapphire #0C2575

Color information

#0C2575 (or 0x0C2575) is unknown color: approx Sapphire. HEX triplet: 0C, 25 and 75. RGB value is (12,37,117). Sum of RGB (Red+Green+Blue) = 12+37+117=166 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.23% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 117 (46.09% from 255 or 70.48% from 166); Max value from RGB is 117 - color contains mainly: blue. Hex color #0C2575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2575 is #F3DA8A. Grayscale: #262626. Windows color (decimal): -15981195 or 7677196. OLE color: 7677196.

HSL color Cylindrical-coordinate representation of color #0C2575: hue angle of 225.71º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C2575 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1237117-
CMYK0.900.6800.54
HSL225.71º81.4%25.29%-
HSV(B)225.71º89.74%45.88%-
XYZ4.022.6917.14-
YUV38.64172.22109-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.23%
GREEN value IS 37 (14.84% from 255) = 22.29%
BLUE value IS 117 (46.09% from 255) = 70.48%
R=7.23%
G=22.29%
B=70.48%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal12371170.900.6800.54225.7181.425.29
HexC25755A44036e25119
Octal144516513210406634212131
Binary1100100101111010110110101000100011011011100010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,37,117); }

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

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

 a { background-color: rgb(12,37,117); }

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

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

 span { border-color: rgb(12,37,117); }

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