Html Css Color HEX #221565 Midnight Blue

📋 copy color: '#221565'

red 34 ◦ green 21 ◦ blue 101

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

Shades of Midnight Blue #221565

Tints of Midnight Blue #221565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 64.74%

R = 21.79%
G = 13.46%
B = 64.74%

CMYK

 C value IS 0.66

 M value IS 0.79

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#221565 (or 0x221565) is known color: Midnight Blue. HEX triplet: 22, 15 and 65. RGB value is (34,21,101). Sum of RGB (Red+Green+Blue) = 34+21+101=156 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.79% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 101 (39.84% from 255 or 64.74% from 156); Max value from RGB is 101 - color contains mainly: blue. Hex color #221565 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221565 is #DDEA9A. Grayscale: #212121. Windows color (decimal): -14543515 or 6624546. OLE color: 6624546.

HSL color Cylindrical-coordinate representation of color #221565: hue angle of 249.75º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #221565 is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 34 21 101 -
CMYK 0.66 0.79 0 0.60
HSL 249.75º 0.66% 0.24% -
HSV(B) 249.75º 0.79% 0.4% -
XYZ 3.28 1.82 12.49 -
YUV 34.01 165.81 128 -
System Red Green Blue C M Y K H S L
Decimal 34 21 101 0.66 0.79 0 0.60 249.75 0.66 0.24
Hex 22 15 65 42 4F 0 3C FA 42 18
Octal 42 25 145 102 117 0 74 372 102 30
Binary 100010 10101 1100101 1000010 1001111 0 111100 11111010 1000010 11000

Color Harmonies of #221565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221565

Black with #221565

Text Example


Text Example

White with #221565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221565; }

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

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

background-color css

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

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

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

border-color css

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

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

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