Html Css Color HEX #22197D Midnight Blue

📋 copy color: '#22197D'

red 34 ◦ green 25 ◦ blue 125

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

Shades of Midnight Blue #22197D

Tints of Midnight Blue #22197D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.59%

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

R = 18.48%
G = 13.59%
B = 67.93%

CMYK

 C value IS 0.73

 M value IS 0.8

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#22197D (or 0x22197D) is known color: Midnight Blue. HEX triplet: 22, 19 and 7D. RGB value is (34,25,125). Sum of RGB (Red+Green+Blue) = 34+25+125=184 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.48% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 125 (49.22% from 255 or 67.93% from 184); Max value from RGB is 125 - color contains mainly: blue. Hex color #22197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22197D is #DDE682. Grayscale: #262626. Windows color (decimal): -14542467 or 8198434. OLE color: 8198434.

HSL color Cylindrical-coordinate representation of color #22197D: hue angle of 245.4º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #22197D is Cyan = 0.73, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 34 25 125 -
CMYK 0.73 0.8 0 0.51
HSL 245.4º 0.67% 0.29% -
HSV(B) 245.4º 0.8% 0.49% -
XYZ 4.71 2.52 19.64 -
YUV 39.09 176.48 124.37 -
System Red Green Blue C M Y K H S L
Decimal 34 25 125 0.73 0.8 0 0.51 245.4 0.67 0.29
Hex 22 19 7D 49 50 0 33 F5 43 1D
Octal 42 31 175 111 120 0 63 365 103 35
Binary 100010 11001 1111101 1001001 1010000 0 110011 11110101 1000011 11101

Color Harmonies of #22197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22197D

Black with #22197D

Text Example


Text Example

White with #22197D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22197D; }

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

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

background-color css

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

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

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

border-color css

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

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

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