#024662

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

Shades of Prussian Blue #024662

Tints of Prussian Blue #024662

Color information

#024662 (or 0x024662) is unknown color: approx Prussian Blue. HEX triplet: 02, 46 and 62. RGB value is (2,70,98). Sum of RGB (Red+Green+Blue) = 2+70+98=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 98 (38.67% from 255 or 57.65% from 170); Max value from RGB is 98 - color contains mainly: blue. Hex color #024662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024662 is #FDB99D. Grayscale: #343434. Windows color (decimal): -16628126 or 6440450. OLE color: 6440450.

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

Color convert

RGB27098-
CMYK0.980.2900.62
HSL197.5º96%19.61%-
HSV(B)197.5º97.96%38.43%-
XYZ4.425.2812.34-
YUV52.86153.4791.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 70 (27.73% from 255) = 41.18%
BLUE value IS 98 (38.67% from 255) = 57.65%
R=1.18%
G=41.18%
B=57.65%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal270980.980.2900.62197.59619.61
Hex24662621D03Ec66014
Octal21061421423507630614024
Binary1010001101100010110001011101011111011000110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024662; }

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

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

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

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

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

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

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

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