Html Css Color HEX #21157D Midnight Blue

📋 copy color: '#21157D'

red 33 ◦ green 21 ◦ blue 125

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

Shades of Midnight Blue #21157D

Tints of Midnight Blue #21157D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.73%

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

R = 18.44%
G = 11.73%
B = 69.83%

CMYK

 C value IS 0.74

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#21157D (or 0x21157D) is known color: Midnight Blue. HEX triplet: 21, 15 and 7D. RGB value is (33,21,125). Sum of RGB (Red+Green+Blue) = 33+21+125=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 125 (49.22% from 255 or 69.83% from 179); Max value from RGB is 125 - color contains mainly: blue. Hex color #21157D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21157D is #DEEA82. Grayscale: #242424. Windows color (decimal): -14609027 or 8197409. OLE color: 8197409.

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

Color convert

RGB 33 21 125 -
CMYK 0.74 0.83 0 0.51
HSL 246.92º 0.71% 0.29% -
HSV(B) 246.92º 0.83% 0.49% -
XYZ 4.6 2.34 19.61 -
YUV 36.44 177.98 125.54 -
System Red Green Blue C M Y K H S L
Decimal 33 21 125 0.74 0.83 0 0.51 246.92 0.71 0.29
Hex 21 15 7D 4A 53 0 33 F7 47 1D
Octal 41 25 175 112 123 0 63 367 107 35
Binary 100001 10101 1111101 1001010 1010011 0 110011 11110111 1000111 11101

Color Harmonies of #21157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21157D

Black with #21157D

Text Example


Text Example

White with #21157D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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