Html Css Color HEX #022E66 Prussian Blue

📋 copy color: '#022E66'

red 2 ◦ green 46 ◦ blue 102

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

Shades of Prussian Blue #022E66

Tints of Prussian Blue #022E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 68%

R = 1.33%
G = 30.67%
B = 68%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#022E66 (or 0x022E66) is known color: Prussian Blue. HEX triplet: 02, 2E and 66. RGB value is (2,46,102). Sum of RGB (Red+Green+Blue) = 2+46+102=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 46 (18.36% from 255 or 30.67% from 150); Blue value is 102 (40.23% from 255 or 68% from 150); Max value from RGB is 102 - color contains mainly: blue. Hex color #022E66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022E66 is #FDD199. Grayscale: #262626. Windows color (decimal): -16634266 or 6696450. OLE color: 6696450.

HSL color Cylindrical-coordinate representation of color #022E66: hue angle of 213.6º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022E66 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 2 46 102 -
CMYK 0.98 0.55 0 0.6
HSL 213.6º 0.96% 0.2% -
HSV(B) 213.6º 0.98% 0.4% -
XYZ 3.4 2.93 12.96 -
YUV 39.23 163.42 101.45 -
System Red Green Blue C M Y K H S L
Decimal 2 46 102 0.98 0.55 0 0.6 213.6 0.96 0.2
Hex 2 2E 66 62 37 0 3C D6 60 14
Octal 2 56 146 142 67 0 74 326 140 24
Binary 10 101110 1100110 1100010 110111 0 111100 11010110 1100000 10100

Color Harmonies of #022E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022E66

Black with #022E66

Text Example


Text Example

White with #022E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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