Html Css Color HEX #221173 Midnight Blue

📋 copy color: '#221173'

red 34 ◦ green 17 ◦ blue 115

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

Shades of Midnight Blue #221173

Tints of Midnight Blue #221173

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.24%

 BLUE value IS 115 (45.31% from 255) = 69.28%

R = 20.48%
G = 10.24%
B = 69.28%

CMYK

 C value IS 0.70

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#221173 (or 0x221173) is known color: Midnight Blue. HEX triplet: 22, 11 and 73. RGB value is (34,17,115). Sum of RGB (Red+Green+Blue) = 34+17+115=166 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.48% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 115 (45.31% from 255 or 69.28% from 166); Max value from RGB is 115 - color contains mainly: blue. Hex color #221173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221173 is #DDEE8C. Grayscale: #202020. Windows color (decimal): -14544525 or 7541026. OLE color: 7541026.

HSL color Cylindrical-coordinate representation of color #221173: hue angle of 250.41º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #221173 is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 34 17 115 -
CMYK 0.70 0.85 0 0.55
HSL 250.41º 0.74% 0.26% -
HSV(B) 250.41º 0.85% 0.45% -
XYZ 3.95 1.98 16.39 -
YUV 33.26 174.13 128.53 -
System Red Green Blue C M Y K H S L
Decimal 34 17 115 0.70 0.85 0 0.55 250.41 0.74 0.26
Hex 22 11 73 46 55 0 37 FA 4A 1A
Octal 42 21 163 106 125 0 67 372 112 32
Binary 100010 10001 1110011 1000110 1010101 0 110111 11111010 1001010 11010

Color Harmonies of #221173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221173

Black with #221173

Text Example


Text Example

White with #221173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221173; }

 p { color: rgb(34,17,115); }

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

background-color css

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

 a { background-color: rgb(34,17,115); }

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

border-color css

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

 span { border-color: rgb(34,17,115); }

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