#022D4E

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

Shades of Prussian Blue #022D4E

Tints of Prussian Blue #022D4E

Color information

#022D4E (or 0x022D4E) is unknown color: approx Prussian Blue. HEX triplet: 02, 2D and 4E. RGB value is (2,45,78). Sum of RGB (Red+Green+Blue) = 2+45+78=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 78 (30.86% from 255 or 62.4% from 125); Max value from RGB is 78 - color contains mainly: blue. Hex color #022D4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022D4E is #FDD2B1. Grayscale: #232323. Windows color (decimal): -16634546 or 5123330. OLE color: 5123330.

HSL color Cylindrical-coordinate representation of color #022D4E: hue angle of 206.05º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022D4E is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB24578-
CMYK0.970.4200.69
HSL206.05º95%15.69%-
HSV(B)206.05º97.44%30.59%-
XYZ2.342.447.56-
YUV35.9151.75103.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.6%
GREEN value IS 45 (17.97% from 255) = 36%
BLUE value IS 78 (30.86% from 255) = 62.4%
R=1.6%
G=36%
B=62.4%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal245780.970.4200.69206.059515.69
Hex22D4E612A045ce5f10
Octal25511614152010531613720
Binary10101101100111011000011010100100010111001110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022D4E; }

 p { color: rgb(2,45,78); }

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

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

 a { background-color: rgb(2,45,78); }

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

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

 span { border-color: rgb(2,45,78); }

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