#0C4297

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

Shades of Smalt #0C4297

Tints of Smalt #0C4297

Color information

#0C4297 (or 0x0C4297) is unknown color: approx Smalt. HEX triplet: 0C, 42 and 97. RGB value is (12,66,151). Sum of RGB (Red+Green+Blue) = 12+66+151=229 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.24% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 151 (59.38% from 255 or 65.94% from 229); Max value from RGB is 151 - color contains mainly: blue. Hex color #0C4297 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4297 is #F3BD68. Grayscale: #3B3B3B. Windows color (decimal): -15973737 or 9912844. OLE color: 9912844.

HSL color Cylindrical-coordinate representation of color #0C4297: hue angle of 216.69º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C4297 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1266151-
CMYK0.920.5600.41
HSL216.69º85.28%31.96%-
HSV(B)216.69º92.05%59.22%-
XYZ7.696.2130.07-
YUV59.54179.6194.09-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.24%
GREEN value IS 66 (26.17% from 255) = 28.82%
BLUE value IS 151 (59.38% from 255) = 65.94%
R=5.24%
G=28.82%
B=65.94%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal12661510.920.5600.41216.6985.2831.96
HexC42975C38029d95520
Octal141022271347005133112540
Binary110010000101001011110111001110000101001110110011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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