Html Css Color HEX #222076 Midnight Blue

📋 copy color: '#222076'

red 34 ◦ green 32 ◦ blue 118

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

Shades of Midnight Blue #222076

Tints of Midnight Blue #222076

RGB

 RED value IS 34 (13.67% from 255) = 18.48%

 GREEN value IS 32 (12.89% from 255) = 17.39%

 BLUE value IS 118 (46.48% from 255) = 64.13%

R = 18.48%
G = 17.39%
B = 64.13%

CMYK

 C value IS 0.71

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#222076 (or 0x222076) is known color: Midnight Blue. HEX triplet: 22, 20 and 76. RGB value is (34,32,118). Sum of RGB (Red+Green+Blue) = 34+32+118=184 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.48% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 118 (46.48% from 255 or 64.13% from 184); Max value from RGB is 118 - color contains mainly: blue. Hex color #222076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222076 is #DDDF89. Grayscale: #2A2A2A. Windows color (decimal): -14540682 or 7741474. OLE color: 7741474.

HSL color Cylindrical-coordinate representation of color #222076: hue angle of 241.4º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #222076 is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 34 32 118 -
CMYK 0.71 0.73 0 0.54
HSL 241.4º 0.57% 0.29% -
HSV(B) 241.4º 0.73% 0.46% -
XYZ 4.45 2.68 17.42 -
YUV 42.4 170.66 122.01 -
System Red Green Blue C M Y K H S L
Decimal 34 32 118 0.71 0.73 0 0.54 241.4 0.57 0.29
Hex 22 20 76 47 49 0 36 F1 39 1D
Octal 42 40 166 107 111 0 66 361 71 35
Binary 100010 100000 1110110 1000111 1001001 0 110110 11110001 111001 11101

Color Harmonies of #222076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222076

Black with #222076

Text Example


Text Example

White with #222076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222076; }

 p { color: rgb(34,32,118); }

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

background-color css

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

 a { background-color: rgb(34,32,118); }

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

border-color css

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

 span { border-color: rgb(34,32,118); }

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