#0C3362

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

Shades of Prussian Blue #0C3362

Tints of Prussian Blue #0C3362

Color information

#0C3362 (or 0x0C3362) is unknown color: approx Prussian Blue. HEX triplet: 0C, 33 and 62. RGB value is (12,51,98). Sum of RGB (Red+Green+Blue) = 12+51+98=161 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.45% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 98 (38.67% from 255 or 60.87% from 161); Max value from RGB is 98 - color contains mainly: blue. Hex color #0C3362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3362 is #F3CC9D. Grayscale: #2C2C2C. Windows color (decimal): -15977630 or 6435596. OLE color: 6435596.

HSL color Cylindrical-coordinate representation of color #0C3362: hue angle of 212.79º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C3362 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB125198-
CMYK0.880.4800.62
HSL212.79º78.18%21.57%-
HSV(B)212.79º87.76%38.43%-
XYZ3.543.3312.01-
YUV44.7158.08104.68-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.45%
GREEN value IS 51 (20.31% from 255) = 31.68%
BLUE value IS 98 (38.67% from 255) = 60.87%
R=7.45%
G=31.68%
B=60.87%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1251980.880.4800.62212.7978.1821.57
HexC3362583003Ed54e16
Octal14631421306007632511626
Binary110011001111000101011000110000011111011010101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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