#0C4169

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

Shades of Prussian Blue #0C4169

Tints of Prussian Blue #0C4169

Color information

#0C4169 (or 0x0C4169) is unknown color: approx Prussian Blue. HEX triplet: 0C, 41 and 69. RGB value is (12,65,105). Sum of RGB (Red+Green+Blue) = 12+65+105=182 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.59% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 105 (41.41% from 255 or 57.69% from 182); Max value from RGB is 105 - color contains mainly: blue. Hex color #0C4169 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4169 is #F3BE96. Grayscale: #353535. Windows color (decimal): -15974039 or 6897932. OLE color: 6897932.

HSL color Cylindrical-coordinate representation of color #0C4169: hue angle of 205.81º 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 #0C4169 is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1265105-
CMYK0.890.3800.59
HSL205.81º79.49%22.94%-
HSV(B)205.81º88.57%41.18%-
XYZ4.594.8814.06-
YUV53.71156.9498.25-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.59%
GREEN value IS 65 (25.78% from 255) = 35.71%
BLUE value IS 105 (41.41% from 255) = 57.69%
R=6.59%
G=35.71%
B=57.69%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal12651050.890.3800.59205.8179.4922.94
HexC4169592603Bce4f17
Octal141011511314607331611727
Binary1100100000111010011011001100110011101111001110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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