Html Css Color HEX #022E55 Prussian Blue

📋 copy color: '#022E55'

red 2 ◦ green 46 ◦ blue 85

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

Shades of Prussian Blue #022E55

Tints of Prussian Blue #022E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 63.91%

R = 1.5%
G = 34.59%
B = 63.91%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#022E55 (or 0x022E55) is known color: Prussian Blue. HEX triplet: 02, 2E and 55. RGB value is (2,46,85). Sum of RGB (Red+Green+Blue) = 2+46+85=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 46 (18.36% from 255 or 34.59% from 133); Blue value is 85 (33.59% from 255 or 63.91% from 133); Max value from RGB is 85 - color contains mainly: blue. Hex color #022E55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022E55 is #FDD1AA. Grayscale: #252525. Windows color (decimal): -16634283 or 5582338. OLE color: 5582338.

HSL color Cylindrical-coordinate representation of color #022E55: hue angle of 208.19º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022E55 is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 46 85 -
CMYK 0.98 0.46 0 0.67
HSL 208.19º 0.95% 0.17% -
HSV(B) 208.19º 0.98% 0.33% -
XYZ 2.64 2.62 8.96 -
YUV 37.29 154.92 102.83 -
System Red Green Blue C M Y K H S L
Decimal 2 46 85 0.98 0.46 0 0.67 208.19 0.95 0.17
Hex 2 2E 55 62 2E 0 43 D0 5F 11
Octal 2 56 125 142 56 0 103 320 137 21
Binary 10 101110 1010101 1100010 101110 0 1000011 11010000 1011111 10001

Color Harmonies of #022E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022E55

Black with #022E55

Text Example


Text Example

White with #022E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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