Html Css Color HEX #221663 Midnight Blue

📋 copy color: '#221663'

red 34 ◦ green 22 ◦ blue 99

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

Shades of Midnight Blue #221663

Tints of Midnight Blue #221663

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.19%

 BLUE value IS 99 (39.06% from 255) = 63.87%

R = 21.94%
G = 14.19%
B = 63.87%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#221663 (or 0x221663) is known color: Midnight Blue. HEX triplet: 22, 16 and 63. RGB value is (34,22,99). Sum of RGB (Red+Green+Blue) = 34+22+99=155 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.94% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 99 (39.06% from 255 or 63.87% from 155); Max value from RGB is 99 - color contains mainly: blue. Hex color #221663 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221663 is #DDE99C. Grayscale: #222222. Windows color (decimal): -14543261 or 6493730. OLE color: 6493730.

HSL color Cylindrical-coordinate representation of color #221663: hue angle of 249.35º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #221663 is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 34 22 99 -
CMYK 0.66 0.78 0 0.61
HSL 249.35º 0.64% 0.24% -
HSV(B) 249.35º 0.78% 0.39% -
XYZ 3.2 1.81 11.99 -
YUV 34.37 164.48 127.74 -
System Red Green Blue C M Y K H S L
Decimal 34 22 99 0.66 0.78 0 0.61 249.35 0.64 0.24
Hex 22 16 63 42 4E 0 3D F9 40 18
Octal 42 26 143 102 116 0 75 371 100 30
Binary 100010 10110 1100011 1000010 1001110 0 111101 11111001 1000000 11000

Color Harmonies of #221663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221663

Black with #221663

Text Example


Text Example

White with #221663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221663; }

 p { color: rgb(34,22,99); }

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

background-color css

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

 a { background-color: rgb(34,22,99); }

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

border-color css

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

 span { border-color: rgb(34,22,99); }

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