#0C284F

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

Shades of Sapphire #0C284F

Tints of Sapphire #0C284F

Color information

#0C284F (or 0x0C284F) is unknown color: approx Sapphire. HEX triplet: 0C, 28 and 4F. RGB value is (12,40,79). Sum of RGB (Red+Green+Blue) = 12+40+79=131 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.16% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 79 (31.25% from 255 or 60.31% from 131); Max value from RGB is 79 - color contains mainly: blue. Hex color #0C284F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C284F is #F3D7B0. Grayscale: #232323. Windows color (decimal): -15980465 or 5187596. OLE color: 5187596.

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

Color convert

RGB124079-
CMYK0.850.4900.69
HSL214.93º73.63%17.84%-
HSV(B)214.93º84.81%30.98%-
XYZ2.322.167.69-
YUV36.07152.22110.83-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.16%
GREEN value IS 40 (16.02% from 255) = 30.53%
BLUE value IS 79 (31.25% from 255) = 60.31%
R=9.16%
G=30.53%
B=60.31%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1240790.850.4900.69214.9373.6317.84
HexC284F5531045d74a12
Octal145011712561010532711222
Binary1100101000100111110101011100010100010111010111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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