#0C3896

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

Shades of Smalt #0C3896

Tints of Smalt #0C3896

Color information

#0C3896 (or 0x0C3896) is unknown color: approx Smalt. HEX triplet: 0C, 38 and 96. RGB value is (12,56,150). Sum of RGB (Red+Green+Blue) = 12+56+150=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 150 (58.98% from 255 or 68.81% from 218); Max value from RGB is 150 - color contains mainly: blue. Hex color #0C3896 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3896 is #F3C769. Grayscale: #353535. Windows color (decimal): -15976298 or 9844748. OLE color: 9844748.

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

Color convert

RGB1256150-
CMYK0.920.6300.41
HSL220.87º85.19%31.76%-
HSV(B)220.87º92%58.82%-
XYZ7.075.1129.47-
YUV53.56182.4298.36-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.50%
GREEN value IS 56 (22.27% from 255) = 25.69%
BLUE value IS 150 (58.98% from 255) = 68.81%
R=5.50%
G=25.69%
B=68.81%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal12561500.920.6300.41220.8785.1931.76
HexC38965C3F029dd5520
Octal14702261347705133512540
Binary11001110001001011010111001111110101001110111011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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