#0C3891

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

Shades of Smalt #0C3891

Tints of Smalt #0C3891

Color information

#0C3891 (or 0x0C3891) is unknown color: approx Smalt. HEX triplet: 0C, 38 and 91. RGB value is (12,56,145). Sum of RGB (Red+Green+Blue) = 12+56+145=213 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.63% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 145 (57.03% from 255 or 68.08% from 213); Max value from RGB is 145 - color contains mainly: blue. Hex color #0C3891 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3891 is #F3C76E. Grayscale: #343434. Windows color (decimal): -15976303 or 9517068. OLE color: 9517068.

HSL color Cylindrical-coordinate representation of color #0C3891: hue angle of 220.15º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C3891 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1256145-
CMYK0.920.6100.43
HSL220.15º84.71%30.78%-
HSV(B)220.15º91.72%56.86%-
XYZ6.684.9527.39-
YUV52.99179.9298.76-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.63%
GREEN value IS 56 (22.27% from 255) = 26.29%
BLUE value IS 145 (57.03% from 255) = 68.08%
R=5.63%
G=26.29%
B=68.08%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12561450.920.6100.43220.1584.7130.78
HexC38915C3D02Bdc551f
Octal14702211347505333412537
Binary1100111000100100011011100111101010101111011100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,56,145); }

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

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

 a { background-color: rgb(12,56,145); }

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

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

 span { border-color: rgb(12,56,145); }

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