#0C335E

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

Shades of Prussian Blue #0C335E

Tints of Prussian Blue #0C335E

Color information

#0C335E (or 0x0C335E) is unknown color: approx Prussian Blue. HEX triplet: 0C, 33 and 5E. RGB value is (12,51,94). Sum of RGB (Red+Green+Blue) = 12+51+94=157 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.64% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 94 (37.11% from 255 or 59.87% from 157); Max value from RGB is 94 - color contains mainly: blue. Hex color #0C335E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C335E is #F3CCA1. Grayscale: #2C2C2C. Windows color (decimal): -15977634 or 6173452. OLE color: 6173452.

HSL color Cylindrical-coordinate representation of color #0C335E: hue angle of 211.46º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C335E is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB125194-
CMYK0.870.4600.63
HSL211.46º77.36%20.78%-
HSV(B)211.46º87.23%36.86%-
XYZ3.363.2511.04-
YUV44.24156.08105-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.64%
GREEN value IS 51 (20.31% from 255) = 32.48%
BLUE value IS 94 (37.11% from 255) = 59.87%
R=7.64%
G=32.48%
B=59.87%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1251940.870.4600.63211.4677.3620.78
HexC335E572E03Fd34d15
Octal14631361275607732311525
Binary110011001110111101010111101110011111111010011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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