Html Css Color HEX #221271 Midnight Blue

📋 copy color: '#221271'

red 34 ◦ green 18 ◦ blue 113

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

Shades of Midnight Blue #221271

Tints of Midnight Blue #221271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 68.48%

R = 20.61%
G = 10.91%
B = 68.48%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#221271 (or 0x221271) is known color: Midnight Blue. HEX triplet: 22, 12 and 71. RGB value is (34,18,113). Sum of RGB (Red+Green+Blue) = 34+18+113=165 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.61% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 113 (44.53% from 255 or 68.48% from 165); Max value from RGB is 113 - color contains mainly: blue. Hex color #221271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221271 is #DDED8E. Grayscale: #212121. Windows color (decimal): -14544271 or 7410210. OLE color: 7410210.

HSL color Cylindrical-coordinate representation of color #221271: hue angle of 250.11º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #221271 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 34 18 113 -
CMYK 0.70 0.84 0 0.56
HSL 250.11º 0.73% 0.26% -
HSV(B) 250.11º 0.84% 0.44% -
XYZ 3.86 1.96 15.8 -
YUV 33.61 172.8 128.28 -
System Red Green Blue C M Y K H S L
Decimal 34 18 113 0.70 0.84 0 0.56 250.11 0.73 0.26
Hex 22 12 71 46 54 0 38 FA 49 1A
Octal 42 22 161 106 124 0 70 372 111 32
Binary 100010 10010 1110001 1000110 1010100 0 111000 11111010 1001001 11010

Color Harmonies of #221271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221271

Black with #221271

Text Example


Text Example

White with #221271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221271; }

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

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

background-color css

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

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

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

border-color css

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

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

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