#002848

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

Shades of Prussian Blue #002848

Tints of Prussian Blue #002848

Color information

#002848 (or 0x002848) is unknown color: approx Prussian Blue. HEX triplet: 00, 28 and 48. RGB value is (0,40,72). Sum of RGB (Red+Green+Blue) = 0+40+72=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 40 (16.02% from 255 or 35.71% from 112); Blue value is 72 (28.52% from 255 or 64.29% from 112); Max value from RGB is 72 - color contains mainly: blue. Hex color #002848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002848 is #FFD7B7. Grayscale: #1F1F1F. Windows color (decimal): -16766904 or 4728832. OLE color: 4728832.

HSL color Cylindrical-coordinate representation of color #002848: hue angle of 206.67º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002848 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB04072-
CMYK10.4400.72
HSL206.67º100%14.12%-
HSV(B)206.67º100%28.24%-
XYZ1.931.996.41-
YUV31.69150.75105.4-

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) = 35.71%
BLUE value IS 72 (28.52% from 255) = 64.29%
R=0%
G=35.71%
B=64.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0407210.4400.72206.6710014.12
Hex02848642C048cf64e
Octal05011014454011031714416
Binary010100010010001100100101100010010001100111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002848; }

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

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

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

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

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

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

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

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