#0C4291

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

Shades of Smalt #0C4291

Tints of Smalt #0C4291

Color information

#0C4291 (or 0x0C4291) is unknown color: approx Smalt. HEX triplet: 0C, 42 and 91. RGB value is (12,66,145). Sum of RGB (Red+Green+Blue) = 12+66+145=223 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.38% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 145 (57.03% from 255 or 65.02% from 223); Max value from RGB is 145 - color contains mainly: blue. Hex color #0C4291 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4291 is #F3BD6E. Grayscale: #3A3A3A. Windows color (decimal): -15973743 or 9519628. OLE color: 9519628.

HSL color Cylindrical-coordinate representation of color #0C4291: hue angle of 215.64º 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 #0C4291 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1266145-
CMYK0.920.5400.43
HSL215.64º84.71%30.78%-
HSV(B)215.64º91.72%56.86%-
XYZ7.216.0227.57-
YUV58.86176.6194.58-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.38%
GREEN value IS 66 (26.17% from 255) = 29.60%
BLUE value IS 145 (57.03% from 255) = 65.02%
R=5.38%
G=29.60%
B=65.02%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12661450.920.5400.43215.6484.7130.78
HexC42915C3602Bd8551f
Octal141022211346605333012537
Binary11001000010100100011011100110110010101111011000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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