#002B55

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

Shades of Prussian Blue #002B55

Tints of Prussian Blue #002B55

Color information

#002B55 (or 0x002B55) is unknown color: approx Prussian Blue. HEX triplet: 00, 2B and 55. RGB value is (0,43,85). Sum of RGB (Red+Green+Blue) = 0+43+85=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 43 (17.19% from 255 or 33.59% from 128); Blue value is 85 (33.59% from 255 or 66.41% from 128); Max value from RGB is 85 - color contains mainly: blue. Hex color #002B55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002B55 is #FFD4AA. Grayscale: #222222. Windows color (decimal): -16766123 or 5581568. OLE color: 5581568.

HSL color Cylindrical-coordinate representation of color #002B55: hue angle of 209.65º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002B55 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB04385-
CMYK10.4900.67
HSL209.65º100%16.67%-
HSV(B)209.65º100%33.33%-
XYZ2.52.388.92-
YUV34.93156.25103.08-

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) = 33.59%
BLUE value IS 85 (33.59% from 255) = 66.41%
R=0%
G=33.59%
B=66.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0438510.4900.67209.6510016.67
Hex02B556431043d26411
Octal05312514461010332214421
Binary0101011101010111001001100010100001111010010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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