Html Css Color HEX #221E75 Midnight Blue

📋 copy color: '#221E75'

red 34 ◦ green 30 ◦ blue 117

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

Shades of Midnight Blue #221E75

Tints of Midnight Blue #221E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 64.64%

R = 18.78%
G = 16.57%
B = 64.64%

CMYK

 C value IS 0.71

 M value IS 0.74

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#221E75 (or 0x221E75) is known color: Midnight Blue. HEX triplet: 22, 1E and 75. RGB value is (34,30,117). Sum of RGB (Red+Green+Blue) = 34+30+117=181 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.78% from 181); Green value is 30 (12.11% from 255 or 16.57% from 181); Blue value is 117 (46.09% from 255 or 64.64% from 181); Max value from RGB is 117 - color contains mainly: blue. Hex color #221E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221E75 is #DDE18A. Grayscale: #282828. Windows color (decimal): -14541195 or 7675426. OLE color: 7675426.

HSL color Cylindrical-coordinate representation of color #221E75: hue angle of 242.76º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #221E75 is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 34 30 117 -
CMYK 0.71 0.74 0 0.54
HSL 242.76º 0.59% 0.29% -
HSV(B) 242.76º 0.74% 0.46% -
XYZ 4.33 2.55 17.09 -
YUV 41.11 170.83 122.93 -
System Red Green Blue C M Y K H S L
Decimal 34 30 117 0.71 0.74 0 0.54 242.76 0.59 0.29
Hex 22 1E 75 47 4A 0 36 F3 3B 1D
Octal 42 36 165 107 112 0 66 363 73 35
Binary 100010 11110 1110101 1000111 1001010 0 110110 11110011 111011 11101

Color Harmonies of #221E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221E75

Black with #221E75

Text Example


Text Example

White with #221E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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