#0C1251

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

Shades of Sapphire #0C1251

Tints of Sapphire #0C1251

Color information

#0C1251 (or 0x0C1251) is unknown color: approx Sapphire. HEX triplet: 0C, 12 and 51. RGB value is (12,18,81). Sum of RGB (Red+Green+Blue) = 12+18+81=111 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.81% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 81 (32.03% from 255 or 72.97% from 111); Max value from RGB is 81 - color contains mainly: blue. Hex color #0C1251 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1251 is #F3EDAE. Grayscale: #171717. Windows color (decimal): -15986095 or 5313036. OLE color: 5313036.

HSL color Cylindrical-coordinate representation of color #0C1251: hue angle of 234.78º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C1251 is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB121881-
CMYK0.850.7800.68
HSL234.78º74.19%18.24%-
HSV(B)234.78º85.19%31.76%-
XYZ1.851.17.9-
YUV23.39160.51119.88-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.81%
GREEN value IS 18 (7.42% from 255) = 16.22%
BLUE value IS 81 (32.03% from 255) = 72.97%
R=10.81%
G=16.22%
B=72.97%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1218810.850.7800.68234.7874.1918.24
HexC1251554E044eb4a12
Octal1422121125116010435311222
Binary1100100101010001101010110011100100010011101011100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,18,81); }

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

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

 a { background-color: rgb(12,18,81); }

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

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

 span { border-color: rgb(12,18,81); }

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