Html Css Color HEX #022E72 Prussian Blue

📋 copy color: '#022E72'

red 2 ◦ green 46 ◦ blue 114

#022E72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #022E72

Tints of Prussian Blue #022E72

RGB

 RED value IS 2 (1.17% from 255) = 1.23%

 GREEN value IS 46 (18.36% from 255) = 28.4%

 BLUE value IS 114 (44.92% from 255) = 70.37%

R = 1.23%
G = 28.4%
B = 70.37%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#022E72 (or 0x022E72) is known color: Prussian Blue. HEX triplet: 02, 2E and 72. RGB value is (2,46,114). Sum of RGB (Red+Green+Blue) = 2+46+114=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 46 (18.36% from 255 or 28.40% from 162); Blue value is 114 (44.92% from 255 or 70.37% from 162); Max value from RGB is 114 - color contains mainly: blue. Hex color #022E72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022E72 is #FDD18D. Grayscale: #282828. Windows color (decimal): -16634254 or 7482882. OLE color: 7482882.

HSL color Cylindrical-coordinate representation of color #022E72: hue angle of 216.43º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022E72 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 46 114 -
CMYK 0.98 0.60 0 0.55
HSL 216.43º 0.97% 0.23% -
HSV(B) 216.43º 0.98% 0.45% -
XYZ 4.04 3.18 16.32 -
YUV 40.6 169.42 100.47 -
System Red Green Blue C M Y K H S L
Decimal 2 46 114 0.98 0.60 0 0.55 216.43 0.97 0.23
Hex 2 2E 72 62 3C 0 37 D8 61 17
Octal 2 56 162 142 74 0 67 330 141 27
Binary 10 101110 1110010 1100010 111100 0 110111 11011000 1100001 10111

Color Harmonies of #022E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022E72

Black with #022E72

Text Example


Text Example

White with #022E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,46,114); }

 H1.HeaderClassName
 {
   color: #022E72;
 }
 .AnyTagClassName
 {
   color: #022E72;
 }
</style>

background-color css

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

 a { background-color: rgb(2,46,114); }

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

border-color css

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

 span { border-color: rgb(2,46,114); }

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