#002B53

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

Shades of Prussian Blue #002B53

Tints of Prussian Blue #002B53

Color information

#002B53 (or 0x002B53) is unknown color: approx Prussian Blue. HEX triplet: 00, 2B and 53. RGB value is (0,43,83). Sum of RGB (Red+Green+Blue) = 0+43+83=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 83 (32.81% from 255 or 65.87% from 126); Max value from RGB is 83 - color contains mainly: blue. Hex color #002B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002B53 is #FFD4AC. Grayscale: #222222. Windows color (decimal): -16766125 or 5450496. OLE color: 5450496.

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

Color convert

RGB04383-
CMYK10.4800.67
HSL208.92º100%16.27%-
HSV(B)208.92º100%32.55%-
XYZ2.432.358.51-
YUV34.7155.25103.25-

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.13%
BLUE value IS 83 (32.81% from 255) = 65.87%
R=0%
G=34.13%
B=65.87%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0438310.4800.67208.9210016.27
Hex02B536430043d16410
Octal05312314460010332114420
Binary0101011101001111001001100000100001111010001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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