Html Css Color HEX #221576 Midnight Blue

📋 copy color: '#221576'

red 34 ◦ green 21 ◦ blue 118

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

Shades of Midnight Blue #221576

Tints of Midnight Blue #221576

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.14%

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

R = 19.65%
G = 12.14%
B = 68.21%

CMYK

 C value IS 0.71

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#221576 (or 0x221576) is known color: Midnight Blue. HEX triplet: 22, 15 and 76. RGB value is (34,21,118). Sum of RGB (Red+Green+Blue) = 34+21+118=173 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.65% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 118 (46.48% from 255 or 68.21% from 173); Max value from RGB is 118 - color contains mainly: blue. Hex color #221576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221576 is #DDEA89. Grayscale: #232323. Windows color (decimal): -14543498 or 7738658. OLE color: 7738658.

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

Color convert

RGB 34 21 118 -
CMYK 0.71 0.82 0 0.54
HSL 248.04º 0.7% 0.27% -
HSV(B) 248.04º 0.82% 0.46% -
XYZ 4.2 2.18 17.34 -
YUV 35.95 174.31 126.61 -
System Red Green Blue C M Y K H S L
Decimal 34 21 118 0.71 0.82 0 0.54 248.04 0.7 0.27
Hex 22 15 76 47 52 0 36 F8 46 1B
Octal 42 25 166 107 122 0 66 370 106 33
Binary 100010 10101 1110110 1000111 1010010 0 110110 11111000 1000110 11011

Color Harmonies of #221576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221576

Black with #221576

Text Example


Text Example

White with #221576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221576; }

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

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

background-color css

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

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

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

border-color css

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

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

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