Html Css Color HEX #022E74 Prussian Blue

📋 copy color: '#022E74'

red 2 ◦ green 46 ◦ blue 116

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

Shades of Prussian Blue #022E74

Tints of Prussian Blue #022E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 70.73%

R = 1.22%
G = 28.05%
B = 70.73%

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

#022E74 (or 0x022E74) is known color: Prussian Blue. HEX triplet: 02, 2E and 74. RGB value is (2,46,116). Sum of RGB (Red+Green+Blue) = 2+46+116=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 116 (45.70% from 255 or 70.73% from 164); Max value from RGB is 116 - color contains mainly: blue. Hex color #022E74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022E74 is #FDD18B. Grayscale: #282828. Windows color (decimal): -16634252 or 7613954. OLE color: 7613954.

HSL color Cylindrical-coordinate representation of color #022E74: hue angle of 216.84º 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 #022E74 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 46 116 -
CMYK 0.98 0.60 0 0.55
HSL 216.84º 0.97% 0.23% -
HSV(B) 216.84º 0.98% 0.45% -
XYZ 4.15 3.23 16.93 -
YUV 40.82 170.42 100.31 -
System Red Green Blue C M Y K H S L
Decimal 2 46 116 0.98 0.60 0 0.55 216.84 0.97 0.23
Hex 2 2E 74 62 3C 0 37 D9 61 17
Octal 2 56 164 142 74 0 67 331 141 27
Binary 10 101110 1110100 1100010 111100 0 110111 11011001 1100001 10111

Color Harmonies of #022E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022E74

Black with #022E74

Text Example


Text Example

White with #022E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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