#024469

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

Shades of Prussian Blue #024469

Tints of Prussian Blue #024469

Color information

#024469 (or 0x024469) is unknown color: approx Prussian Blue. HEX triplet: 02, 44 and 69. RGB value is (2,68,105). Sum of RGB (Red+Green+Blue) = 2+68+105=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 105 (41.41% from 255 or 60% from 175); Max value from RGB is 105 - color contains mainly: blue. Hex color #024469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024469 is #FDBB96. Grayscale: #343434. Windows color (decimal): -16628631 or 6898690. OLE color: 6898690.

HSL color Cylindrical-coordinate representation of color #024469: hue angle of 201.55º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024469 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB268105-
CMYK0.980.3500.59
HSL201.55º96.26%20.98%-
HSV(B)201.55º98.1%41.18%-
XYZ4.645.1714.12-
YUV52.48157.6391.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.14%
GREEN value IS 68 (26.95% from 255) = 38.86%
BLUE value IS 105 (41.41% from 255) = 60%
R=1.14%
G=38.86%
B=60%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2681050.980.3500.59201.5596.2620.98
Hex24469622303Bca6015
Octal21041511424307331214025
Binary10100010011010011100010100011011101111001010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024469; }

 p { color: rgb(2,68,105); }

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

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

 a { background-color: rgb(2,68,105); }

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

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

 span { border-color: rgb(2,68,105); }

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