Html Css Color HEX #221570 Midnight Blue

📋 copy color: '#221570'

red 34 ◦ green 21 ◦ blue 112

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

Shades of Midnight Blue #221570

Tints of Midnight Blue #221570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 67.07%

R = 20.36%
G = 12.57%
B = 67.07%

CMYK

 C value IS 0.70

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#221570 (or 0x221570) is known color: Midnight Blue. HEX triplet: 22, 15 and 70. RGB value is (34,21,112). Sum of RGB (Red+Green+Blue) = 34+21+112=167 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.36% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 112 (44.14% from 255 or 67.07% from 167); Max value from RGB is 112 - color contains mainly: blue. Hex color #221570 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221570 is #DDEA8F. Grayscale: #222222. Windows color (decimal): -14543504 or 7345442. OLE color: 7345442.

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

Color convert

RGB 34 21 112 -
CMYK 0.70 0.81 0 0.56
HSL 248.57º 0.68% 0.26% -
HSV(B) 248.57º 0.81% 0.44% -
XYZ 3.85 2.05 15.52 -
YUV 35.26 171.31 127.1 -
System Red Green Blue C M Y K H S L
Decimal 34 21 112 0.70 0.81 0 0.56 248.57 0.68 0.26
Hex 22 15 70 46 51 0 38 F9 44 1A
Octal 42 25 160 106 121 0 70 371 104 32
Binary 100010 10101 1110000 1000110 1010001 0 111000 11111001 1000100 11010

Color Harmonies of #221570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221570

Black with #221570

Text Example


Text Example

White with #221570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221570; }

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

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

background-color css

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

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

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

border-color css

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

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

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