#024965

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

Shades of Prussian Blue #024965

Tints of Prussian Blue #024965

Color information

#024965 (or 0x024965) is unknown color: approx Prussian Blue. HEX triplet: 02, 49 and 65. RGB value is (2,73,101). Sum of RGB (Red+Green+Blue) = 2+73+101=176 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 176); Green value is 73 (28.91% from 255 or 41.48% from 176); Blue value is 101 (39.84% from 255 or 57.39% from 176); Max value from RGB is 101 - color contains mainly: blue. Hex color #024965 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024965 is #FDB69A. Grayscale: #363636. Windows color (decimal): -16627355 or 6637826. OLE color: 6637826.

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

Color convert

RGB273101-
CMYK0.980.2800.60
HSL196.97º96.12%20.2%-
HSV(B)196.97º98.02%39.61%-
XYZ4.765.7213.16-
YUV54.96153.9890.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.14%
GREEN value IS 73 (28.91% from 255) = 41.48%
BLUE value IS 101 (39.84% from 255) = 57.39%
R=1.14%
G=41.48%
B=57.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2731010.980.2800.60196.9796.1220.2
Hex24965621C03Cc56014
Octal21111451423407430514024
Binary1010010011100101110001011100011110011000101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024965; }

 p { color: rgb(2,73,101); }

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

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

 a { background-color: rgb(2,73,101); }

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

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

 span { border-color: rgb(2,73,101); }

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