#024562

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

Shades of Prussian Blue #024562

Tints of Prussian Blue #024562

Color information

#024562 (or 0x024562) is unknown color: approx Prussian Blue. HEX triplet: 02, 45 and 62. RGB value is (2,69,98). Sum of RGB (Red+Green+Blue) = 2+69+98=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 98 (38.67% from 255 or 57.99% from 169); Max value from RGB is 98 - color contains mainly: blue. Hex color #024562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024562 is #FDBA9D. Grayscale: #343434. Windows color (decimal): -16628382 or 6440194. OLE color: 6440194.

HSL color Cylindrical-coordinate representation of color #024562: hue angle of 198.12º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024562 is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB26998-
CMYK0.980.3000.62
HSL198.12º96%19.61%-
HSV(B)198.12º97.96%38.43%-
XYZ4.365.1512.32-
YUV52.27153.892.14-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 69 (27.34% from 255) = 40.83%
BLUE value IS 98 (38.67% from 255) = 57.99%
R=1.18%
G=40.83%
B=57.99%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal269980.980.3000.62198.129619.61
Hex24562621E03Ec66014
Octal21051421423607630614024
Binary1010001011100010110001011110011111011000110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024562; }

 p { color: rgb(2,69,98); }

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

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

 a { background-color: rgb(2,69,98); }

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

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

 span { border-color: rgb(2,69,98); }

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