#002853

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

Shades of Prussian Blue #002853

Tints of Prussian Blue #002853

Color information

#002853 (or 0x002853) is unknown color: approx Prussian Blue. HEX triplet: 00, 28 and 53. RGB value is (0,40,83). Sum of RGB (Red+Green+Blue) = 0+40+83=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 83 (32.81% from 255 or 67.48% from 123); Max value from RGB is 83 - color contains mainly: blue. Hex color #002853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002853 is #FFD7AC. Grayscale: #202020. Windows color (decimal): -16766893 or 5449728. OLE color: 5449728.

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

Color convert

RGB04083-
CMYK10.5200.67
HSL211.08º100%16.27%-
HSV(B)211.08º100%32.55%-
XYZ2.322.148.47-
YUV32.94156.25104.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 40 (16.02% from 255) = 32.52%
BLUE value IS 83 (32.81% from 255) = 67.48%
R=0%
G=32.52%
B=67.48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0408310.5200.67211.0810016.27
Hex028536434043d36410
Octal05012314464010332314420
Binary0101000101001111001001101000100001111010011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002853; }

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

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

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

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

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

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

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

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