#024062

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

Shades of Prussian Blue #024062

Tints of Prussian Blue #024062

Color information

#024062 (or 0x024062) is unknown color: approx Prussian Blue. HEX triplet: 02, 40 and 62. RGB value is (2,64,98). Sum of RGB (Red+Green+Blue) = 2+64+98=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 98 (38.67% from 255 or 59.76% from 164); Max value from RGB is 98 - color contains mainly: blue. Hex color #024062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024062 is #FDBF9D. Grayscale: #313131. Windows color (decimal): -16629662 or 6438914. OLE color: 6438914.

HSL color Cylindrical-coordinate representation of color #024062: hue angle of 201.25º 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 #024062 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB26498-
CMYK0.980.3500.62
HSL201.25º96%19.61%-
HSV(B)201.25º97.96%38.43%-
XYZ4.064.5612.22-
YUV49.34155.4694.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.22%
GREEN value IS 64 (25.39% from 255) = 39.02%
BLUE value IS 98 (38.67% from 255) = 59.76%
R=1.22%
G=39.02%
B=59.76%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal264980.980.3500.62201.259619.61
Hex24062622303Ec96014
Octal21001421424307631114024
Binary10100000011000101100010100011011111011001001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024062; }

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

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

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

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

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

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

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

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