#0C3257

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

Shades of Prussian Blue #0C3257

Tints of Prussian Blue #0C3257

Color information

#0C3257 (or 0x0C3257) is unknown color: approx Prussian Blue. HEX triplet: 0C, 32 and 57. RGB value is (12,50,87). Sum of RGB (Red+Green+Blue) = 12+50+87=149 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.05% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 87 (34.38% from 255 or 58.39% from 149); Max value from RGB is 87 - color contains mainly: blue. Hex color #0C3257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3257 is #F3CDA8. Grayscale: #2A2A2A. Windows color (decimal): -15977897 or 5714444. OLE color: 5714444.

HSL color Cylindrical-coordinate representation of color #0C3257: hue angle of 209.6º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C3257 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB125087-
CMYK0.860.4300.66
HSL209.6º75.76%19.41%-
HSV(B)209.6º86.21%34.12%-
XYZ3.013.059.45-
YUV42.86152.91105.99-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.05%
GREEN value IS 50 (19.92% from 255) = 33.56%
BLUE value IS 87 (34.38% from 255) = 58.39%
R=8.05%
G=33.56%
B=58.39%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1250870.860.4300.66209.675.7619.41
HexC3257562B042d24c13
Octal146212712653010232211423
Binary1100110010101011110101101010110100001011010010100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,50,87); }

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

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

 a { background-color: rgb(12,50,87); }

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

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

 span { border-color: rgb(12,50,87); }

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