#0C3660

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

Shades of Prussian Blue #0C3660

Tints of Prussian Blue #0C3660

Color information

#0C3660 (or 0x0C3660) is unknown color: approx Prussian Blue. HEX triplet: 0C, 36 and 60. RGB value is (12,54,96). Sum of RGB (Red+Green+Blue) = 12+54+96=162 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.41% from 162); Green value is 54 (21.48% from 255 or 33.33% from 162); Blue value is 96 (37.89% from 255 or 59.26% from 162); Max value from RGB is 96 - color contains mainly: blue. Hex color #0C3660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3660 is #F3C99F. Grayscale: #2E2E2E. Windows color (decimal): -15976864 or 6305292. OLE color: 6305292.

HSL color Cylindrical-coordinate representation of color #0C3660: hue angle of 210º 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 #0C3660 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB125496-
CMYK0.880.4400.62
HSL210º77.78%21.18%-
HSV(B)210º87.5%37.65%-
XYZ3.583.5611.56-
YUV46.23156.09103.58-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.41%
GREEN value IS 54 (21.48% from 255) = 33.33%
BLUE value IS 96 (37.89% from 255) = 59.26%
R=7.41%
G=33.33%
B=59.26%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1254960.880.4400.6221077.7821.18
HexC3660582C03Ed24e15
Octal14661401305407632211625
Binary110011011011000001011000101100011111011010010100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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