#024162

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

Shades of Prussian Blue #024162

Tints of Prussian Blue #024162

Color information

#024162 (or 0x024162) is unknown color: approx Prussian Blue. HEX triplet: 02, 41 and 62. RGB value is (2,65,98). Sum of RGB (Red+Green+Blue) = 2+65+98=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 98 (38.67% from 255 or 59.39% from 165); Max value from RGB is 98 - color contains mainly: blue. Hex color #024162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024162 is #FDBE9D. Grayscale: #313131. Windows color (decimal): -16629406 or 6439170. OLE color: 6439170.

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

Color convert

RGB26598-
CMYK0.980.3400.62
HSL200.62º96%19.61%-
HSV(B)200.62º97.96%38.43%-
XYZ4.124.6812.24-
YUV49.92155.1393.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.21%
GREEN value IS 65 (25.78% from 255) = 39.39%
BLUE value IS 98 (38.67% from 255) = 59.39%
R=1.21%
G=39.39%
B=59.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal265980.980.3400.62200.629619.61
Hex24162622203Ec96014
Octal21011421424207631114024
Binary10100000111000101100010100010011111011001001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024162; }

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

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

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

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

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

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

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

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