#024564

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

Shades of Prussian Blue #024564

Tints of Prussian Blue #024564

Color information

#024564 (or 0x024564) is unknown color: approx Prussian Blue. HEX triplet: 02, 45 and 64. RGB value is (2,69,100). Sum of RGB (Red+Green+Blue) = 2+69+100=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 100 (39.45% from 255 or 58.48% from 171); Max value from RGB is 100 - color contains mainly: blue. Hex color #024564 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024564 is #FDBA9B. Grayscale: #343434. Windows color (decimal): -16628380 or 6571266. OLE color: 6571266.

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

Color convert

RGB269100-
CMYK0.980.3100.61
HSL198.98º96.08%20%-
HSV(B)198.98º98%39.22%-
XYZ4.455.1912.82-
YUV52.5154.891.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.17%
GREEN value IS 69 (27.34% from 255) = 40.35%
BLUE value IS 100 (39.45% from 255) = 58.48%
R=1.17%
G=40.35%
B=58.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2691000.980.3100.61198.9896.0820
Hex24564621F03Dc76014
Octal21051441423707530714024
Binary1010001011100100110001011111011110111000111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024564; }

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

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

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

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

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

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

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

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