Html Css Color HEX #221980 Midnight Blue

📋 copy color: '#221980'

red 34 ◦ green 25 ◦ blue 128

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

Shades of Midnight Blue #221980

Tints of Midnight Blue #221980

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.37%

 BLUE value IS 128 (50.39% from 255) = 68.45%

R = 18.18%
G = 13.37%
B = 68.45%

CMYK

 C value IS 0.73

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#221980 (or 0x221980) is known color: Midnight Blue. HEX triplet: 22, 19 and 80. RGB value is (34,25,128). Sum of RGB (Red+Green+Blue) = 34+25+128=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 128 (50.39% from 255 or 68.45% from 187); Max value from RGB is 128 - color contains mainly: blue. Hex color #221980 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221980 is #DDE67F. Grayscale: #272727. Windows color (decimal): -14542464 or 8395042. OLE color: 8395042.

HSL color Cylindrical-coordinate representation of color #221980: hue angle of 245.24º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #221980 is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 34 25 128 -
CMYK 0.73 0.80 0 0.50
HSL 245.24º 0.67% 0.3% -
HSV(B) 245.24º 0.8% 0.5% -
XYZ 4.9 2.59 20.66 -
YUV 39.43 177.98 124.12 -
System Red Green Blue C M Y K H S L
Decimal 34 25 128 0.73 0.80 0 0.50 245.24 0.67 0.3
Hex 22 19 80 49 50 0 32 F5 43 1E
Octal 42 31 200 111 120 0 62 365 103 36
Binary 100010 11001 10000000 1001001 1010000 0 110010 11110101 1000011 11110

Color Harmonies of #221980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221980

Black with #221980

Text Example


Text Example

White with #221980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221980; }

 p { color: rgb(34,25,128); }

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

background-color css

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

 a { background-color: rgb(34,25,128); }

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

border-color css

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

 span { border-color: rgb(34,25,128); }

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