Html Css Color HEX #221575 Midnight Blue

📋 copy color: '#221575'

red 34 ◦ green 21 ◦ blue 117

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

Shades of Midnight Blue #221575

Tints of Midnight Blue #221575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.21%

 BLUE value IS 117 (46.09% from 255) = 68.02%

R = 19.77%
G = 12.21%
B = 68.02%

CMYK

 C value IS 0.71

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#221575 (or 0x221575) is known color: Midnight Blue. HEX triplet: 22, 15 and 75. RGB value is (34,21,117). Sum of RGB (Red+Green+Blue) = 34+21+117=172 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.77% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 117 (46.09% from 255 or 68.02% from 172); Max value from RGB is 117 - color contains mainly: blue. Hex color #221575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221575 is #DDEA8A. Grayscale: #232323. Windows color (decimal): -14543499 or 7673122. OLE color: 7673122.

HSL color Cylindrical-coordinate representation of color #221575: hue angle of 248.12º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #221575 is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 34 21 117 -
CMYK 0.71 0.82 0 0.54
HSL 248.13º 0.7% 0.27% -
HSV(B) 248.13º 0.82% 0.46% -
XYZ 4.14 2.16 17.03 -
YUV 35.83 173.81 126.69 -
System Red Green Blue C M Y K H S L
Decimal 34 21 117 0.71 0.82 0 0.54 248.13 0.7 0.27
Hex 22 15 75 47 52 0 36 F8 46 1B
Octal 42 25 165 107 122 0 66 370 106 33
Binary 100010 10101 1110101 1000111 1010010 0 110110 11111000 1000110 11011

Color Harmonies of #221575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221575

Black with #221575

Text Example


Text Example

White with #221575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221575; }

 p { color: rgb(34,21,117); }

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

background-color css

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

 a { background-color: rgb(34,21,117); }

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

border-color css

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

 span { border-color: rgb(34,21,117); }

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