Html Css Color HEX #022E52 Prussian Blue

📋 copy color: '#022E52'

red 2 ◦ green 46 ◦ blue 82

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

Shades of Prussian Blue #022E52

Tints of Prussian Blue #022E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 63.08%

R = 1.54%
G = 35.38%
B = 63.08%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#022E52 (or 0x022E52) is known color: Prussian Blue. HEX triplet: 02, 2E and 52. RGB value is (2,46,82). Sum of RGB (Red+Green+Blue) = 2+46+82=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 46 (18.36% from 255 or 35.38% from 130); Blue value is 82 (32.42% from 255 or 63.08% from 130); Max value from RGB is 82 - color contains mainly: blue. Hex color #022E52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022E52 is #FDD1AD. Grayscale: #242424. Windows color (decimal): -16634286 or 5385730. OLE color: 5385730.

HSL color Cylindrical-coordinate representation of color #022E52: hue angle of 207º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022E52 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 2 46 82 -
CMYK 0.98 0.44 0 0.68
HSL 207º 0.95% 0.16% -
HSV(B) 207º 0.98% 0.32% -
XYZ 2.53 2.58 8.35 -
YUV 36.95 153.42 103.07 -
System Red Green Blue C M Y K H S L
Decimal 2 46 82 0.98 0.44 0 0.68 207 0.95 0.16
Hex 2 2E 52 62 2C 0 44 CF 5F 10
Octal 2 56 122 142 54 0 104 317 137 20
Binary 10 101110 1010010 1100010 101100 0 1000100 11001111 1011111 10000

Color Harmonies of #022E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022E52

Black with #022E52

Text Example


Text Example

White with #022E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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