Html Css Color HEX #221463 Midnight Blue

📋 copy color: '#221463'

red 34 ◦ green 20 ◦ blue 99

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

Shades of Midnight Blue #221463

Tints of Midnight Blue #221463

RGB

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

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

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

R = 22.22%
G = 13.07%
B = 64.71%

CMYK

 C value IS 0.66

 M value IS 0.80

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#221463 (or 0x221463) is known color: Midnight Blue. HEX triplet: 22, 14 and 63. RGB value is (34,20,99). Sum of RGB (Red+Green+Blue) = 34+20+99=153 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.22% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 99 (39.06% from 255 or 64.71% from 153); Max value from RGB is 99 - color contains mainly: blue. Hex color #221463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221463 is #DDEB9C. Grayscale: #202020. Windows color (decimal): -14543773 or 6493218. OLE color: 6493218.

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

Color convert

RGB 34 20 99 -
CMYK 0.66 0.80 0 0.61
HSL 250.63º 0.66% 0.23% -
HSV(B) 250.63º 0.8% 0.39% -
XYZ 3.16 1.74 11.97 -
YUV 33.19 165.14 128.58 -
System Red Green Blue C M Y K H S L
Decimal 34 20 99 0.66 0.80 0 0.61 250.63 0.66 0.23
Hex 22 14 63 42 50 0 3D FB 42 17
Octal 42 24 143 102 120 0 75 373 102 27
Binary 100010 10100 1100011 1000010 1010000 0 111101 11111011 1000010 10111

Color Harmonies of #221463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221463

Black with #221463

Text Example


Text Example

White with #221463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221463; }

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

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

background-color css

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

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

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

border-color css

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

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

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