#002953

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

Shades of Prussian Blue #002953

Tints of Prussian Blue #002953

Color information

#002953 (or 0x002953) is unknown color: approx Prussian Blue. HEX triplet: 00, 29 and 53. RGB value is (0,41,83). Sum of RGB (Red+Green+Blue) = 0+41+83=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 83 (32.81% from 255 or 66.94% from 124); Max value from RGB is 83 - color contains mainly: blue. Hex color #002953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002953 is #FFD6AC. Grayscale: #212121. Windows color (decimal): -16766637 or 5449984. OLE color: 5449984.

HSL color Cylindrical-coordinate representation of color #002953: hue angle of 210.36º 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 #002953 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB04183-
CMYK10.5100.67
HSL210.36º100%16.27%-
HSV(B)210.36º100%32.55%-
XYZ2.352.218.49-
YUV33.53155.92104.08-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 41 (16.41% from 255) = 33.06%
BLUE value IS 83 (32.81% from 255) = 66.94%
R=0%
G=33.06%
B=66.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0418310.5100.67210.3610016.27
Hex029536433043d26410
Octal05112314463010332214420
Binary0101001101001111001001100110100001111010010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002953; }

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

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

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

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

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

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

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

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