Html Css Color HEX #022E75 Prussian Blue

📋 copy color: '#022E75'

red 2 ◦ green 46 ◦ blue 117

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

Shades of Prussian Blue #022E75

Tints of Prussian Blue #022E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 70.91%

R = 1.21%
G = 27.88%
B = 70.91%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#022E75 (or 0x022E75) is known color: Prussian Blue. HEX triplet: 02, 2E and 75. RGB value is (2,46,117). Sum of RGB (Red+Green+Blue) = 2+46+117=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 117 (46.09% from 255 or 70.91% from 165); Max value from RGB is 117 - color contains mainly: blue. Hex color #022E75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022E75 is #FDD18A. Grayscale: #282828. Windows color (decimal): -16634251 or 7679490. OLE color: 7679490.

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

Color convert

RGB 2 46 117 -
CMYK 0.98 0.61 0 0.54
HSL 217.04º 0.97% 0.23% -
HSV(B) 217.04º 0.98% 0.46% -
XYZ 4.21 3.25 17.24 -
YUV 40.94 170.92 100.23 -
System Red Green Blue C M Y K H S L
Decimal 2 46 117 0.98 0.61 0 0.54 217.04 0.97 0.23
Hex 2 2E 75 62 3D 0 36 D9 61 17
Octal 2 56 165 142 75 0 66 331 141 27
Binary 10 101110 1110101 1100010 111101 0 110110 11011001 1100001 10111

Color Harmonies of #022E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022E75

Black with #022E75

Text Example


Text Example

White with #022E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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