#0C3160

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

Shades of Prussian Blue #0C3160

Tints of Prussian Blue #0C3160

Color information

#0C3160 (or 0x0C3160) is unknown color: approx Prussian Blue. HEX triplet: 0C, 31 and 60. RGB value is (12,49,96). Sum of RGB (Red+Green+Blue) = 12+49+96=157 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.64% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 96 (37.89% from 255 or 61.15% from 157); Max value from RGB is 96 - color contains mainly: blue. Hex color #0C3160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3160 is #F3CE9F. Grayscale: #2B2B2B. Windows color (decimal): -15978144 or 6304012. OLE color: 6304012.

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

Color convert

RGB124996-
CMYK0.880.4900.62
HSL213.57º77.78%21.18%-
HSV(B)213.57º87.5%37.65%-
XYZ3.363.1211.49-
YUV43.3157.74105.68-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.64%
GREEN value IS 49 (19.53% from 255) = 31.21%
BLUE value IS 96 (37.89% from 255) = 61.15%
R=7.64%
G=31.21%
B=61.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1249960.880.4900.62213.5777.7821.18
HexC3160583103Ed64e15
Octal14611401306107632611625
Binary110011000111000001011000110001011111011010110100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,49,96); }

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

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

 a { background-color: rgb(12,49,96); }

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

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

 span { border-color: rgb(12,49,96); }

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