#0C4566

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

Shades of Prussian Blue #0C4566

Tints of Prussian Blue #0C4566

Color information

#0C4566 (or 0x0C4566) is unknown color: approx Prussian Blue. HEX triplet: 0C, 45 and 66. RGB value is (12,69,102). Sum of RGB (Red+Green+Blue) = 12+69+102=183 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.56% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 102 (40.23% from 255 or 55.74% from 183); Max value from RGB is 102 - color contains mainly: blue. Hex color #0C4566 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4566 is #F3BA99. Grayscale: #373737. Windows color (decimal): -15973018 or 6702348. OLE color: 6702348.

HSL color Cylindrical-coordinate representation of color #0C4566: hue angle of 202º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C4566 is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1269102-
CMYK0.880.3200.6
HSL202º78.95%22.35%-
HSV(B)202º88.24%40%-
XYZ4.685.2913.35-
YUV55.72154.1296.82-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.56%
GREEN value IS 69 (27.34% from 255) = 37.70%
BLUE value IS 102 (40.23% from 255) = 55.74%
R=6.56%
G=37.70%
B=55.74%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal12691020.880.3200.620278.9522.35
HexC4566582003Cca4f16
Octal141051461304007431211726
Binary1100100010111001101011000100000011110011001010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,69,102); }

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

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

 a { background-color: rgb(12,69,102); }

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

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

 span { border-color: rgb(12,69,102); }

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