Html Css Color HEX #21197D Midnight Blue

📋 copy color: '#21197D'

red 33 ◦ green 25 ◦ blue 125

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

Shades of Midnight Blue #21197D

Tints of Midnight Blue #21197D

RGB

 RED value IS 33 (13.28% from 255) = 18.03%

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

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

R = 18.03%
G = 13.66%
B = 68.31%

CMYK

 C value IS 0.74

 M value IS 0.8

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#21197D (or 0x21197D) is known color: Midnight Blue. HEX triplet: 21, 19 and 7D. RGB value is (33,25,125). Sum of RGB (Red+Green+Blue) = 33+25+125=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 125 (49.22% from 255 or 68.31% from 183); Max value from RGB is 125 - color contains mainly: blue. Hex color #21197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21197D is #DEE682. Grayscale: #262626. Windows color (decimal): -14608003 or 8198433. OLE color: 8198433.

HSL color Cylindrical-coordinate representation of color #21197D: hue angle of 244.8º 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 #21197D is Cyan = 0.74, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 25 125 -
CMYK 0.74 0.8 0 0.51
HSL 244.8º 0.67% 0.29% -
HSV(B) 244.8º 0.8% 0.49% -
XYZ 4.68 2.5 19.64 -
YUV 38.79 176.65 123.87 -
System Red Green Blue C M Y K H S L
Decimal 33 25 125 0.74 0.8 0 0.51 244.8 0.67 0.29
Hex 21 19 7D 4A 50 0 33 F5 43 1D
Octal 41 31 175 112 120 0 63 365 103 35
Binary 100001 11001 1111101 1001010 1010000 0 110011 11110101 1000011 11101

Color Harmonies of #21197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21197D

Black with #21197D

Text Example


Text Example

White with #21197D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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