#0C1A56

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

Shades of Sapphire #0C1A56

Tints of Sapphire #0C1A56

Color information

#0C1A56 (or 0x0C1A56) is unknown color: approx Sapphire. HEX triplet: 0C, 1A and 56. RGB value is (12,26,86). Sum of RGB (Red+Green+Blue) = 12+26+86=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 86 (33.98% from 255 or 69.35% from 124); Max value from RGB is 86 - color contains mainly: blue. Hex color #0C1A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C1A56 is #F3E5A9. Grayscale: #1C1C1C. Windows color (decimal): -15984042 or 5642764. OLE color: 5642764.

HSL color Cylindrical-coordinate representation of color #0C1A56: hue angle of 228.65º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C1A56 is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB122686-
CMYK0.860.7000.66
HSL228.65º75.51%19.22%-
HSV(B)228.65º86.05%33.73%-
XYZ2.21.498.98-
YUV28.65160.36116.12-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.68%
GREEN value IS 26 (10.55% from 255) = 20.97%
BLUE value IS 86 (33.98% from 255) = 69.35%
R=9.68%
G=20.97%
B=69.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1226860.860.7000.66228.6575.5119.22
HexC1A565646042e54c13
Octal1432126126106010234511423
Binary1100110101010110101011010001100100001011100101100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,26,86); }

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

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

 a { background-color: rgb(12,26,86); }

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

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

 span { border-color: rgb(12,26,86); }

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