Html Css Color HEX #222072 Midnight Blue

📋 copy color: '#222072'

red 34 ◦ green 32 ◦ blue 114

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

Shades of Midnight Blue #222072

Tints of Midnight Blue #222072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 63.33%

R = 18.89%
G = 17.78%
B = 63.33%

CMYK

 C value IS 0.70

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#222072 (or 0x222072) is known color: Midnight Blue. HEX triplet: 22, 20 and 72. RGB value is (34,32,114). Sum of RGB (Red+Green+Blue) = 34+32+114=180 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.89% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 114 (44.92% from 255 or 63.33% from 180); Max value from RGB is 114 - color contains mainly: blue. Hex color #222072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222072 is #DDDF8D. Grayscale: #292929. Windows color (decimal): -14540686 or 7479330. OLE color: 7479330.

HSL color Cylindrical-coordinate representation of color #222072: hue angle of 241.46º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #222072 is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 34 32 114 -
CMYK 0.70 0.72 0 0.55
HSL 241.46º 0.56% 0.29% -
HSV(B) 241.46º 0.72% 0.45% -
XYZ 4.21 2.59 16.2 -
YUV 41.95 168.66 122.33 -
System Red Green Blue C M Y K H S L
Decimal 34 32 114 0.70 0.72 0 0.55 241.46 0.56 0.29
Hex 22 20 72 46 48 0 37 F1 38 1D
Octal 42 40 162 106 110 0 67 361 70 35
Binary 100010 100000 1110010 1000110 1001000 0 110111 11110001 111000 11101

Color Harmonies of #222072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222072

Black with #222072

Text Example


Text Example

White with #222072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222072; }

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

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

background-color css

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

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

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

border-color css

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

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

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