#0C4061

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

Shades of Prussian Blue #0C4061

Tints of Prussian Blue #0C4061

Color information

#0C4061 (or 0x0C4061) is unknown color: approx Prussian Blue. HEX triplet: 0C, 40 and 61. RGB value is (12,64,97). Sum of RGB (Red+Green+Blue) = 12+64+97=173 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.94% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 97 (38.28% from 255 or 56.07% from 173); Max value from RGB is 97 - color contains mainly: blue. Hex color #0C4061 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4061 is #F3BF9E. Grayscale: #343434. Windows color (decimal): -15974303 or 6373388. OLE color: 6373388.

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

Color convert

RGB126497-
CMYK0.880.3400.62
HSL203.29º77.98%21.37%-
HSV(B)203.29º87.63%38.04%-
XYZ4.144.6111.98-
YUV52.21153.2799.32-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.94%
GREEN value IS 64 (25.39% from 255) = 36.99%
BLUE value IS 97 (38.28% from 255) = 56.07%
R=6.94%
G=36.99%
B=56.07%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1264970.880.3400.62203.2977.9821.37
HexC4061582203Ecb4e15
Octal141001411304207631311625
Binary1100100000011000011011000100010011111011001011100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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