#0C294E

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

Shades of Sapphire #0C294E

Tints of Sapphire #0C294E

Color information

#0C294E (or 0x0C294E) is unknown color: approx Sapphire. HEX triplet: 0C, 29 and 4E. RGB value is (12,41,78). Sum of RGB (Red+Green+Blue) = 12+41+78=131 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.16% from 131); Green value is 41 (16.41% from 255 or 31.30% from 131); Blue value is 78 (30.86% from 255 or 59.54% from 131); Max value from RGB is 78 - color contains mainly: blue. Hex color #0C294E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C294E is #F3D6B1. Grayscale: #242424. Windows color (decimal): -15980210 or 5122316. OLE color: 5122316.

HSL color Cylindrical-coordinate representation of color #0C294E: hue angle of 213.64º degrees, saturation: 0.73, 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 #0C294E is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB124178-
CMYK0.850.4700.69
HSL213.64º73.33%17.65%-
HSV(B)213.64º84.62%30.59%-
XYZ2.322.217.51-
YUV36.55151.39110.49-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.16%
GREEN value IS 41 (16.41% from 255) = 31.30%
BLUE value IS 78 (30.86% from 255) = 59.54%
R=9.16%
G=31.30%
B=59.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1241780.850.4700.69213.6473.3317.65
HexC294E552F045d64912
Octal145111612557010532611122
Binary1100101001100111010101011011110100010111010110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,41,78); }

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

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

 a { background-color: rgb(12,41,78); }

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

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

 span { border-color: rgb(12,41,78); }

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