#0C4069

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

Shades of Prussian Blue #0C4069

Tints of Prussian Blue #0C4069

Color information

#0C4069 (or 0x0C4069) is unknown color: approx Prussian Blue. HEX triplet: 0C, 40 and 69. RGB value is (12,64,105). Sum of RGB (Red+Green+Blue) = 12+64+105=181 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.63% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 105 (41.41% from 255 or 58.01% from 181); Max value from RGB is 105 - color contains mainly: blue. Hex color #0C4069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4069 is #F3BF96. Grayscale: #343434. Windows color (decimal): -15974295 or 6897676. OLE color: 6897676.

HSL color Cylindrical-coordinate representation of color #0C4069: hue angle of 206.45º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C4069 is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1264105-
CMYK0.890.3900.59
HSL206.45º79.49%22.94%-
HSV(B)206.45º88.57%41.18%-
XYZ4.534.7614.05-
YUV53.13157.2798.67-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.63%
GREEN value IS 64 (25.39% from 255) = 35.36%
BLUE value IS 105 (41.41% from 255) = 58.01%
R=6.63%
G=35.36%
B=58.01%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal12641050.890.3900.59206.4579.4922.94
HexC4069592703Bce4f17
Octal141001511314707331611727
Binary1100100000011010011011001100111011101111001110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,64,105); }

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

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

 a { background-color: rgb(12,64,105); }

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

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

 span { border-color: rgb(12,64,105); }

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