#0C2291

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

Shades of Smalt #0C2291

Tints of Smalt #0C2291

Color information

#0C2291 (or 0x0C2291) is unknown color: approx Smalt. HEX triplet: 0C, 22 and 91. RGB value is (12,34,145). Sum of RGB (Red+Green+Blue) = 12+34+145=191 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.28% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 145 (57.03% from 255 or 75.92% from 191); Max value from RGB is 145 - color contains mainly: blue. Hex color #0C2291 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2291 is #F3DD6E. Grayscale: #272727. Windows color (decimal): -15981935 or 9511436. OLE color: 9511436.

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

Color convert

RGB1234145-
CMYK0.920.7700.43
HSL230.08º84.71%30.78%-
HSV(B)230.08º91.72%56.86%-
XYZ5.833.2727.11-
YUV40.08187.21107.97-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.28%
GREEN value IS 34 (13.67% from 255) = 17.80%
BLUE value IS 145 (57.03% from 255) = 75.92%
R=6.28%
G=17.80%
B=75.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12341450.920.7700.43230.0884.7130.78
HexC22915C4D02Be6551f
Octal144222113411505334612537
Binary11001000101001000110111001001101010101111100110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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