Html Css Color HEX #21197C Midnight Blue

📋 copy color: '#21197C'

red 33 ◦ green 25 ◦ blue 124

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

Shades of Midnight Blue #21197C

Tints of Midnight Blue #21197C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 68.13%

R = 18.13%
G = 13.74%
B = 68.13%

CMYK

 C value IS 0.73

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#21197C (or 0x21197C) is known color: Midnight Blue. HEX triplet: 21, 19 and 7C. RGB value is (33,25,124). Sum of RGB (Red+Green+Blue) = 33+25+124=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 124 (48.83% from 255 or 68.13% from 182); Max value from RGB is 124 - color contains mainly: blue. Hex color #21197C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21197C is #DEE683. Grayscale: #262626. Windows color (decimal): -14608004 or 8132897. OLE color: 8132897.

HSL color Cylindrical-coordinate representation of color #21197C: hue angle of 244.85º degrees, saturation: 0.66, 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 #21197C is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 25 124 -
CMYK 0.73 0.80 0 0.51
HSL 244.85º 0.66% 0.29% -
HSV(B) 244.85º 0.8% 0.49% -
XYZ 4.61 2.47 19.3 -
YUV 38.68 176.15 123.95 -
System Red Green Blue C M Y K H S L
Decimal 33 25 124 0.73 0.80 0 0.51 244.85 0.66 0.29
Hex 21 19 7C 49 50 0 33 F5 42 1D
Octal 41 31 174 111 120 0 63 365 102 35
Binary 100001 11001 1111100 1001001 1010000 0 110011 11110101 1000010 11101

Color Harmonies of #21197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21197C

Black with #21197C

Text Example


Text Example

White with #21197C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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