#0C286F

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

Shades of Sapphire #0C286F

Tints of Sapphire #0C286F

Color information

#0C286F (or 0x0C286F) is unknown color: approx Sapphire. HEX triplet: 0C, 28 and 6F. RGB value is (12,40,111). Sum of RGB (Red+Green+Blue) = 12+40+111=163 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.36% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 111 (43.75% from 255 or 68.10% from 163); Max value from RGB is 111 - color contains mainly: blue. Hex color #0C286F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C286F is #F3D790. Grayscale: #272727. Windows color (decimal): -15980433 or 7284748. OLE color: 7284748.

HSL color Cylindrical-coordinate representation of color #0C286F: hue angle of 223.03º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C286F is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1240111-
CMYK0.890.6400.56
HSL223.03º80.49%24.12%-
HSV(B)223.03º89.19%43.53%-
XYZ3.782.7415.37-
YUV39.72168.22108.23-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.36%
GREEN value IS 40 (16.02% from 255) = 24.54%
BLUE value IS 111 (43.75% from 255) = 68.10%
R=7.36%
G=24.54%
B=68.10%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal12401110.890.6400.56223.0380.4924.12
HexC286F5940038df5018
Octal145015713110007033712030
Binary1100101000110111110110011000000011100011011111101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C286F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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