#0C3295

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

Shades of Smalt #0C3295

Tints of Smalt #0C3295

Color information

#0C3295 (or 0x0C3295) is unknown color: approx Smalt. HEX triplet: 0C, 32 and 95. RGB value is (12,50,149). Sum of RGB (Red+Green+Blue) = 12+50+149=211 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.69% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 149 (58.59% from 255 or 70.62% from 211); Max value from RGB is 149 - color contains mainly: blue. Hex color #0C3295 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3295 is #F3CD6A. Grayscale: #313131. Windows color (decimal): -15977835 or 9777676. OLE color: 9777676.

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

Color convert

RGB1250149-
CMYK0.920.6600.42
HSL223.36º85.09%31.57%-
HSV(B)223.36º91.95%58.43%-
XYZ6.724.5328.95-
YUV49.92183.91100.95-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.69%
GREEN value IS 50 (19.92% from 255) = 23.70%
BLUE value IS 149 (58.59% from 255) = 70.62%
R=5.69%
G=23.70%
B=70.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12501490.920.6600.42223.3685.0931.57
HexC32955C4202Adf5520
Octal146222513410205233712540
Binary110011001010010101101110010000100101010110111111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,50,149); }

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

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

 a { background-color: rgb(12,50,149); }

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

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

 span { border-color: rgb(12,50,149); }

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