#024069

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

Shades of Prussian Blue #024069

Tints of Prussian Blue #024069

Color information

#024069 (or 0x024069) is unknown color: approx Prussian Blue. HEX triplet: 02, 40 and 69. RGB value is (2,64,105). Sum of RGB (Red+Green+Blue) = 2+64+105=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 105 (41.41% from 255 or 61.40% from 171); Max value from RGB is 105 - color contains mainly: blue. Hex color #024069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024069 is #FDBF96. Grayscale: #313131. Windows color (decimal): -16629655 or 6897666. OLE color: 6897666.

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

Color convert

RGB264105-
CMYK0.980.3900.59
HSL203.88º96.26%20.98%-
HSV(B)203.88º98.1%41.18%-
XYZ4.414.714.04-
YUV50.14158.9693.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.17%
GREEN value IS 64 (25.39% from 255) = 37.43%
BLUE value IS 105 (41.41% from 255) = 61.40%
R=1.17%
G=37.43%
B=61.40%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2641050.980.3900.59203.8896.2620.98
Hex24069622703Bcc6015
Octal21001511424707331414025
Binary10100000011010011100010100111011101111001100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024069; }

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

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

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

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

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

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

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

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