Html Css Color HEX #221971 Midnight Blue

📋 copy color: '#221971'

red 34 ◦ green 25 ◦ blue 113

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

Shades of Midnight Blue #221971

Tints of Midnight Blue #221971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 65.7%

R = 19.77%
G = 14.53%
B = 65.7%

CMYK

 C value IS 0.70

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#221971 (or 0x221971) is known color: Midnight Blue. HEX triplet: 22, 19 and 71. RGB value is (34,25,113). Sum of RGB (Red+Green+Blue) = 34+25+113=172 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.77% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 113 (44.53% from 255 or 65.70% from 172); Max value from RGB is 113 - color contains mainly: blue. Hex color #221971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221971 is #DDE68E. Grayscale: #252525. Windows color (decimal): -14542479 or 7412002. OLE color: 7412002.

HSL color Cylindrical-coordinate representation of color #221971: hue angle of 246.14º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #221971 is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 34 25 113 -
CMYK 0.70 0.78 0 0.56
HSL 246.14º 0.64% 0.27% -
HSV(B) 246.14º 0.78% 0.44% -
XYZ 3.99 2.23 15.84 -
YUV 37.72 170.48 125.34 -
System Red Green Blue C M Y K H S L
Decimal 34 25 113 0.70 0.78 0 0.56 246.14 0.64 0.27
Hex 22 19 71 46 4E 0 38 F6 40 1B
Octal 42 31 161 106 116 0 70 366 100 33
Binary 100010 11001 1110001 1000110 1001110 0 111000 11110110 1000000 11011

Color Harmonies of #221971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221971

Black with #221971

Text Example


Text Example

White with #221971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221971; }

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

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

background-color css

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

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

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

border-color css

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

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

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