#0C3794

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

Shades of Smalt #0C3794

Tints of Smalt #0C3794

Color information

#0C3794 (or 0x0C3794) is unknown color: approx Smalt. HEX triplet: 0C, 37 and 94. RGB value is (12,55,148). Sum of RGB (Red+Green+Blue) = 12+55+148=215 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.58% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 148 (58.20% from 255 or 68.84% from 215); Max value from RGB is 148 - color contains mainly: blue. Hex color #0C3794 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3794 is #F3C86B. Grayscale: #343434. Windows color (decimal): -15976556 or 9713420. OLE color: 9713420.

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

Color convert

RGB1255148-
CMYK0.920.6300.42
HSL221.03º85%31.37%-
HSV(B)221.03º91.89%58.04%-
XYZ6.864.9528.61-
YUV52.74181.7598.94-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.58%
GREEN value IS 55 (21.88% from 255) = 25.58%
BLUE value IS 148 (58.20% from 255) = 68.84%
R=5.58%
G=25.58%
B=68.84%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12551480.920.6300.42221.038531.37
HexC37945C3F02Add551f
Octal14672241347705233512537
Binary1100110111100101001011100111111010101011011101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,55,148); }

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

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

 a { background-color: rgb(12,55,148); }

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

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

 span { border-color: rgb(12,55,148); }

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