#024269

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

Shades of Prussian Blue #024269

Tints of Prussian Blue #024269

Color information

#024269 (or 0x024269) is unknown color: approx Prussian Blue. HEX triplet: 02, 42 and 69. RGB value is (2,66,105). Sum of RGB (Red+Green+Blue) = 2+66+105=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 105 (41.41% from 255 or 60.69% from 173); Max value from RGB is 105 - color contains mainly: blue. Hex color #024269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024269 is #FDBD96. Grayscale: #333333. Windows color (decimal): -16629143 or 6898178. OLE color: 6898178.

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

Color convert

RGB266105-
CMYK0.980.3700.59
HSL202.72º96.26%20.98%-
HSV(B)202.72º98.1%41.18%-
XYZ4.524.9314.08-
YUV51.31158.392.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.16%
GREEN value IS 66 (26.17% from 255) = 38.15%
BLUE value IS 105 (41.41% from 255) = 60.69%
R=1.16%
G=38.15%
B=60.69%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2661050.980.3700.59202.7296.2620.98
Hex24269622503Bcb6015
Octal21021511424507331314025
Binary10100001011010011100010100101011101111001011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024269; }

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

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

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

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

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

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

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

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