Html Css Color HEX #21137C Midnight Blue

📋 copy color: '#21137C'

red 33 ◦ green 19 ◦ blue 124

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

Shades of Midnight Blue #21137C

Tints of Midnight Blue #21137C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.8%

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

R = 18.75%
G = 10.8%
B = 70.45%

CMYK

 C value IS 0.73

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#21137C (or 0x21137C) is known color: Midnight Blue. HEX triplet: 21, 13 and 7C. RGB value is (33,19,124). Sum of RGB (Red+Green+Blue) = 33+19+124=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 124 (48.83% from 255 or 70.45% from 176); Max value from RGB is 124 - color contains mainly: blue. Hex color #21137C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21137C is #DEEC83. Grayscale: #222222. Windows color (decimal): -14609540 or 8131361. OLE color: 8131361.

HSL color Cylindrical-coordinate representation of color #21137C: hue angle of 248º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21137C is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 19 124 -
CMYK 0.73 0.85 0 0.51
HSL 248º 0.73% 0.28% -
HSV(B) 248º 0.85% 0.49% -
XYZ 4.5 2.24 19.26 -
YUV 35.16 178.14 126.46 -
System Red Green Blue C M Y K H S L
Decimal 33 19 124 0.73 0.85 0 0.51 248 0.73 0.28
Hex 21 13 7C 49 55 0 33 F8 49 1C
Octal 41 23 174 111 125 0 63 370 111 34
Binary 100001 10011 1111100 1001001 1010101 0 110011 11111000 1001001 11100

Color Harmonies of #21137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21137C

Black with #21137C

Text Example


Text Example

White with #21137C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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