#002B51

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

Shades of Prussian Blue #002B51

Tints of Prussian Blue #002B51

Color information

#002B51 (or 0x002B51) is unknown color: approx Prussian Blue. HEX triplet: 00, 2B and 51. RGB value is (0,43,81). Sum of RGB (Red+Green+Blue) = 0+43+81=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 43 (17.19% from 255 or 34.68% from 124); Blue value is 81 (32.03% from 255 or 65.32% from 124); Max value from RGB is 81 - color contains mainly: blue. Hex color #002B51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002B51 is #FFD4AE. Grayscale: #222222. Windows color (decimal): -16766127 or 5319424. OLE color: 5319424.

HSL color Cylindrical-coordinate representation of color #002B51: hue angle of 208.15º 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 #002B51 is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB04381-
CMYK10.4700.68
HSL208.15º100%15.88%-
HSV(B)208.15º100%31.76%-
XYZ2.352.328.11-
YUV34.48154.25103.41-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 43 (17.19% from 255) = 34.68%
BLUE value IS 81 (32.03% from 255) = 65.32%
R=0%
G=34.68%
B=65.32%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal0438110.4700.68208.1510015.88
Hex02B51642F044d06410
Octal05312114457010432014420
Binary0101011101000111001001011110100010011010000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002B51; }

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

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

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

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

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

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

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

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