#024166

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

Shades of Prussian Blue #024166

Tints of Prussian Blue #024166

Color information

#024166 (or 0x024166) is unknown color: approx Prussian Blue. HEX triplet: 02, 41 and 66. RGB value is (2,65,102). Sum of RGB (Red+Green+Blue) = 2+65+102=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 65 (25.78% from 255 or 38.46% from 169); Blue value is 102 (40.23% from 255 or 60.36% from 169); Max value from RGB is 102 - color contains mainly: blue. Hex color #024166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024166 is #FDBE99. Grayscale: #323232. Windows color (decimal): -16629402 or 6701314. OLE color: 6701314.

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

Color convert

RGB265102-
CMYK0.980.3600.6
HSL202.2º96.15%20.39%-
HSV(B)202.2º98.04%40%-
XYZ4.314.7513.26-
YUV50.38157.1393.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 65 (25.78% from 255) = 38.46%
BLUE value IS 102 (40.23% from 255) = 60.36%
R=1.18%
G=38.46%
B=60.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal2651020.980.3600.6202.296.1520.39
Hex24166622403Cca6014
Octal21011461424407431214024
Binary10100000111001101100010100100011110011001010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024166; }

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

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

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

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

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

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

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

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