#002551

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

Shades of Prussian Blue #002551

Tints of Prussian Blue #002551

Color information

#002551 (or 0x002551) is unknown color: approx Prussian Blue. HEX triplet: 00, 25 and 51. RGB value is (0,37,81). Sum of RGB (Red+Green+Blue) = 0+37+81=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 37 (14.84% from 255 or 31.36% from 118); Blue value is 81 (32.03% from 255 or 68.64% from 118); Max value from RGB is 81 - color contains mainly: blue. Hex color #002551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002551 is #FFDAAE. Grayscale: #1E1E1E. Windows color (decimal): -16767663 or 5317888. OLE color: 5317888.

HSL color Cylindrical-coordinate representation of color #002551: hue angle of 212.59º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002551 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB03781-
CMYK10.5400.68
HSL212.59º100%15.88%-
HSV(B)212.59º100%31.76%-
XYZ2.151.928.04-
YUV30.95156.24105.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 37 (14.84% from 255) = 31.36%
BLUE value IS 81 (32.03% from 255) = 68.64%
R=0%
G=31.36%
B=68.64%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal0378110.5400.68212.5910015.88
Hex025516436044d56410
Octal04512114466010432514420
Binary0100101101000111001001101100100010011010101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002551; }

 p { color: rgb(0,37,81); }

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

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

 a { background-color: rgb(0,37,81); }

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

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

 span { border-color: rgb(0,37,81); }

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