Html Css Color HEX #221970 Midnight Blue

📋 copy color: '#221970'

red 34 ◦ green 25 ◦ blue 112

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

Shades of Midnight Blue #221970

Tints of Midnight Blue #221970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 65.5%

R = 19.88%
G = 14.62%
B = 65.5%

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

#221970 (or 0x221970) is known color: Midnight Blue. HEX triplet: 22, 19 and 70. RGB value is (34,25,112). Sum of RGB (Red+Green+Blue) = 34+25+112=171 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.88% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 112 (44.14% from 255 or 65.50% from 171); Max value from RGB is 112 - color contains mainly: blue. Hex color #221970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221970 is #DDE68F. Grayscale: #252525. Windows color (decimal): -14542480 or 7346466. OLE color: 7346466.

HSL color Cylindrical-coordinate representation of color #221970: hue angle of 246.21º 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 #221970 is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 34 25 112 -
CMYK 0.70 0.78 0 0.56
HSL 246.21º 0.64% 0.27% -
HSV(B) 246.21º 0.78% 0.44% -
XYZ 3.93 2.21 15.55 -
YUV 37.61 169.98 125.43 -
System Red Green Blue C M Y K H S L
Decimal 34 25 112 0.70 0.78 0 0.56 246.21 0.64 0.27
Hex 22 19 70 46 4E 0 38 F6 40 1B
Octal 42 31 160 106 116 0 70 366 100 33
Binary 100010 11001 1110000 1000110 1001110 0 111000 11110110 1000000 11011

Color Harmonies of #221970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221970

Black with #221970

Text Example


Text Example

White with #221970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221970; }

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

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

background-color css

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

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

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

border-color css

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

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

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