#0C287E

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

Shades of Sapphire #0C287E

Tints of Sapphire #0C287E

Color information

#0C287E (or 0x0C287E) is unknown color: approx Sapphire. HEX triplet: 0C, 28 and 7E. RGB value is (12,40,126). Sum of RGB (Red+Green+Blue) = 12+40+126=178 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.74% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 126 (49.61% from 255 or 70.79% from 178); Max value from RGB is 126 - color contains mainly: blue. Hex color #0C287E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C287E is #F3D781. Grayscale: #292929. Windows color (decimal): -15980418 or 8267788. OLE color: 8267788.

HSL color Cylindrical-coordinate representation of color #0C287E: hue angle of 225.26º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C287E is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1240126-
CMYK0.900.6800.51
HSL225.26º82.61%27.06%-
HSV(B)225.26º90.48%49.41%-
XYZ4.683.120.09-
YUV41.43175.72107.01-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.74%
GREEN value IS 40 (16.02% from 255) = 22.47%
BLUE value IS 126 (49.61% from 255) = 70.79%
R=6.74%
G=22.47%
B=70.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12401260.900.6800.51225.2682.6127.06
HexC287E5A44033e1531b
Octal145017613210406334112333
Binary1100101000111111010110101000100011001111100001101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C287E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,40,126); }

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

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

 a { background-color: rgb(12,40,126); }

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

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

 span { border-color: rgb(12,40,126); }

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