Html Css Color HEX #221279 Midnight Blue

📋 copy color: '#221279'

red 34 ◦ green 18 ◦ blue 121

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

Shades of Midnight Blue #221279

Tints of Midnight Blue #221279

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.4%

 BLUE value IS 121 (47.66% from 255) = 69.94%

R = 19.65%
G = 10.4%
B = 69.94%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#221279 (or 0x221279) is known color: Midnight Blue. HEX triplet: 22, 12 and 79. RGB value is (34,18,121). Sum of RGB (Red+Green+Blue) = 34+18+121=173 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.65% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 121 (47.66% from 255 or 69.94% from 173); Max value from RGB is 121 - color contains mainly: blue. Hex color #221279 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221279 is #DDED86. Grayscale: #222222. Windows color (decimal): -14544263 or 7934498. OLE color: 7934498.

HSL color Cylindrical-coordinate representation of color #221279: hue angle of 249.32º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #221279 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 34 18 121 -
CMYK 0.72 0.85 0 0.53
HSL 249.32º 0.74% 0.27% -
HSV(B) 249.32º 0.85% 0.47% -
XYZ 4.33 2.15 18.28 -
YUV 34.53 176.8 127.62 -
System Red Green Blue C M Y K H S L
Decimal 34 18 121 0.72 0.85 0 0.53 249.32 0.74 0.27
Hex 22 12 79 48 55 0 35 F9 4A 1B
Octal 42 22 171 110 125 0 65 371 112 33
Binary 100010 10010 1111001 1001000 1010101 0 110101 11111001 1001010 11011

Color Harmonies of #221279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221279

Black with #221279

Text Example


Text Example

White with #221279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221279; }

 p { color: rgb(34,18,121); }

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

background-color css

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

 a { background-color: rgb(34,18,121); }

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

border-color css

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

 span { border-color: rgb(34,18,121); }

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