#0c3399

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

Shades of Smalt #0C3399

Tints of Smalt #0C3399

Color information

#0C3399 (or 0x0C3399) is unknown color: approx Smalt. HEX triplet: 0C, 33 and 99. RGB value is (12,51,153). Sum of RGB (Red+Green+Blue) = 12+51+153=216 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.56% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 153 (60.16% from 255 or 70.83% from 216); Max value from RGB is 153 - color contains mainly: blue. Hex color #0C3399 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3399 is #F3CC66. Grayscale: #323232. Windows color (decimal): -15977575 or 10040076. OLE color: 10040076.

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

Color convert

RGB1251153-
CMYK0.920.6700.4
HSL223.4º85.45%32.35%-
HSV(B)223.4º92.16%60%-
XYZ7.094.7530.68-
YUV50.97185.58100.21-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.56%
GREEN value IS 51 (20.31% from 255) = 23.61%
BLUE value IS 153 (60.16% from 255) = 70.83%
R=5.56%
G=23.61%
B=70.83%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal12511530.920.6700.4223.485.4532.35
HexC33995C43028df5520
Octal146323113410305033712540
Binary110011001110011001101110010000110101000110111111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c3399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,51,153); }

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

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

 a { background-color: rgb(12,51,153); }

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

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

 span { border-color: rgb(12,51,153); }

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