#024561

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

Shades of Prussian Blue #024561

Tints of Prussian Blue #024561

Color information

#024561 (or 0x024561) is unknown color: approx Prussian Blue. HEX triplet: 02, 45 and 61. RGB value is (2,69,97). Sum of RGB (Red+Green+Blue) = 2+69+97=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 97 (38.28% from 255 or 57.74% from 168); Max value from RGB is 97 - color contains mainly: blue. Hex color #024561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024561 is #FDBA9E. Grayscale: #333333. Windows color (decimal): -16628383 or 6374658. OLE color: 6374658.

HSL color Cylindrical-coordinate representation of color #024561: hue angle of 197.68º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024561 is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB26997-
CMYK0.980.2900.62
HSL197.68º95.96%19.41%-
HSV(B)197.68º97.94%38.04%-
XYZ4.315.1312.07-
YUV52.16153.392.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.19%
GREEN value IS 69 (27.34% from 255) = 41.07%
BLUE value IS 97 (38.28% from 255) = 57.74%
R=1.19%
G=41.07%
B=57.74%

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
Decimal269970.980.2900.62197.6895.9619.41
Hex24561621D03Ec66013
Octal21051411423507630614023
Binary1010001011100001110001011101011111011000110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024561; }

 p { color: rgb(2,69,97); }

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

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

 a { background-color: rgb(2,69,97); }

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

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

 span { border-color: rgb(2,69,97); }

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