Html Css Color HEX #221373 Midnight Blue

📋 copy color: '#221373'

red 34 ◦ green 19 ◦ blue 115

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

Shades of Midnight Blue #221373

Tints of Midnight Blue #221373

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.31%

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

R = 20.24%
G = 11.31%
B = 68.45%

CMYK

 C value IS 0.70

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#221373 (or 0x221373) is known color: Midnight Blue. HEX triplet: 22, 13 and 73. RGB value is (34,19,115). Sum of RGB (Red+Green+Blue) = 34+19+115=168 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.24% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 115 (45.31% from 255 or 68.45% from 168); Max value from RGB is 115 - color contains mainly: blue. Hex color #221373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221373 is #DDEC8C. Grayscale: #222222. Windows color (decimal): -14544013 or 7541538. OLE color: 7541538.

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

Color convert

RGB 34 19 115 -
CMYK 0.70 0.83 0 0.55
HSL 249.38º 0.72% 0.26% -
HSV(B) 249.38º 0.83% 0.45% -
XYZ 3.99 2.04 16.4 -
YUV 34.43 173.47 127.69 -
System Red Green Blue C M Y K H S L
Decimal 34 19 115 0.70 0.83 0 0.55 249.38 0.72 0.26
Hex 22 13 73 46 53 0 37 F9 48 1A
Octal 42 23 163 106 123 0 67 371 110 32
Binary 100010 10011 1110011 1000110 1010011 0 110111 11111001 1001000 11010

Color Harmonies of #221373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221373

Black with #221373

Text Example


Text Example

White with #221373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221373; }

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

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

background-color css

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

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

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

border-color css

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

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

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