Html Css Color HEX #221E7D Midnight Blue

📋 copy color: '#221E7D'

red 34 ◦ green 30 ◦ blue 125

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

Shades of Midnight Blue #221E7D

Tints of Midnight Blue #221E7D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.87%

 BLUE value IS 125 (49.22% from 255) = 66.14%

R = 17.99%
G = 15.87%
B = 66.14%

CMYK

 C value IS 0.73

 M value IS 0.76

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#221E7D (or 0x221E7D) is known color: Midnight Blue. HEX triplet: 22, 1E and 7D. RGB value is (34,30,125). Sum of RGB (Red+Green+Blue) = 34+30+125=189 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.99% from 189); Green value is 30 (12.11% from 255 or 15.87% from 189); Blue value is 125 (49.22% from 255 or 66.14% from 189); Max value from RGB is 125 - color contains mainly: blue. Hex color #221E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221E7D is #DDE182. Grayscale: #292929. Windows color (decimal): -14541187 or 8199714. OLE color: 8199714.

HSL color Cylindrical-coordinate representation of color #221E7D: hue angle of 242.53º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #221E7D is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 34 30 125 -
CMYK 0.73 0.76 0 0.51
HSL 242.53º 0.61% 0.3% -
HSV(B) 242.53º 0.76% 0.49% -
XYZ 4.83 2.75 19.68 -
YUV 42.03 174.83 122.28 -
System Red Green Blue C M Y K H S L
Decimal 34 30 125 0.73 0.76 0 0.51 242.53 0.61 0.3
Hex 22 1E 7D 49 4C 0 33 F3 3D 1E
Octal 42 36 175 111 114 0 63 363 75 36
Binary 100010 11110 1111101 1001001 1001100 0 110011 11110011 111101 11110

Color Harmonies of #221E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221E7D

Black with #221E7D

Text Example


Text Example

White with #221E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221E7D; }

 p { color: rgb(34,30,125); }

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

background-color css

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

 a { background-color: rgb(34,30,125); }

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

border-color css

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

 span { border-color: rgb(34,30,125); }

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