Html Css Color HEX #022E64 Prussian Blue

📋 copy color: '#022E64'

red 2 ◦ green 46 ◦ blue 100

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

Shades of Prussian Blue #022E64

Tints of Prussian Blue #022E64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 67.57%

R = 1.35%
G = 31.08%
B = 67.57%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#022E64 (or 0x022E64) is known color: Prussian Blue. HEX triplet: 02, 2E and 64. RGB value is (2,46,100). Sum of RGB (Red+Green+Blue) = 2+46+100=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 46 (18.36% from 255 or 31.08% from 148); Blue value is 100 (39.45% from 255 or 67.57% from 148); Max value from RGB is 100 - color contains mainly: blue. Hex color #022E64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022E64 is #FDD19B. Grayscale: #262626. Windows color (decimal): -16634268 or 6565378. OLE color: 6565378.

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

Color convert

RGB 2 46 100 -
CMYK 0.98 0.54 0 0.61
HSL 213.06º 0.96% 0.2% -
HSV(B) 213.06º 0.98% 0.39% -
XYZ 3.3 2.89 12.44 -
YUV 39 162.42 101.61 -
System Red Green Blue C M Y K H S L
Decimal 2 46 100 0.98 0.54 0 0.61 213.06 0.96 0.2
Hex 2 2E 64 62 36 0 3D D5 60 14
Octal 2 56 144 142 66 0 75 325 140 24
Binary 10 101110 1100100 1100010 110110 0 111101 11010101 1100000 10100

Color Harmonies of #022E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022E64

Black with #022E64

Text Example


Text Example

White with #022E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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