#0C3357

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

Shades of Prussian Blue #0C3357

Tints of Prussian Blue #0C3357

Color information

#0C3357 (or 0x0C3357) is unknown color: approx Prussian Blue. HEX triplet: 0C, 33 and 57. RGB value is (12,51,87). Sum of RGB (Red+Green+Blue) = 12+51+87=150 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 87 (34.38% from 255 or 58% from 150); Max value from RGB is 87 - color contains mainly: blue. Hex color #0C3357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3357 is #F3CCA8. Grayscale: #2B2B2B. Windows color (decimal): -15977641 or 5714700. OLE color: 5714700.

HSL color Cylindrical-coordinate representation of color #0C3357: hue angle of 208.8º 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 #0C3357 is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB125187-
CMYK0.860.4100.66
HSL208.8º75.76%19.41%-
HSV(B)208.8º86.21%34.12%-
XYZ3.063.139.46-
YUV43.44152.58105.57-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8%
GREEN value IS 51 (20.31% from 255) = 34%
BLUE value IS 87 (34.38% from 255) = 58%
R=8%
G=34%
B=58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1251870.860.4100.66208.875.7619.41
HexC33575629042d14c13
Octal146312712651010232111423
Binary1100110011101011110101101010010100001011010001100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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