Html Css Color HEX #221471 Midnight Blue

📋 copy color: '#221471'

red 34 ◦ green 20 ◦ blue 113

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

Shades of Midnight Blue #221471

Tints of Midnight Blue #221471

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.98%

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

R = 20.36%
G = 11.98%
B = 67.66%

CMYK

 C value IS 0.70

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#221471 (or 0x221471) is known color: Midnight Blue. HEX triplet: 22, 14 and 71. RGB value is (34,20,113). Sum of RGB (Red+Green+Blue) = 34+20+113=167 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.36% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 113 (44.53% from 255 or 67.66% from 167); Max value from RGB is 113 - color contains mainly: blue. Hex color #221471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221471 is #DDEB8E. Grayscale: #222222. Windows color (decimal): -14543759 or 7410722. OLE color: 7410722.

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

Color convert

RGB 34 20 113 -
CMYK 0.70 0.82 0 0.56
HSL 249.03º 0.7% 0.26% -
HSV(B) 249.03º 0.82% 0.44% -
XYZ 3.89 2.03 15.81 -
YUV 34.79 172.14 127.44 -
System Red Green Blue C M Y K H S L
Decimal 34 20 113 0.70 0.82 0 0.56 249.03 0.7 0.26
Hex 22 14 71 46 52 0 38 F9 46 1A
Octal 42 24 161 106 122 0 70 371 106 32
Binary 100010 10100 1110001 1000110 1010010 0 111000 11111001 1000110 11010

Color Harmonies of #221471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221471

Black with #221471

Text Example


Text Example

White with #221471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221471; }

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

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

background-color css

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

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

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

border-color css

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

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

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