Html Css Color HEX #21187B Midnight Blue

📋 copy color: '#21187B'

red 33 ◦ green 24 ◦ blue 123

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

Shades of Midnight Blue #21187B

Tints of Midnight Blue #21187B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.33%

 BLUE value IS 123 (48.44% from 255) = 68.33%

R = 18.33%
G = 13.33%
B = 68.33%

CMYK

 C value IS 0.73

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#21187B (or 0x21187B) is known color: Midnight Blue. HEX triplet: 21, 18 and 7B. RGB value is (33,24,123). Sum of RGB (Red+Green+Blue) = 33+24+123=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 123 (48.44% from 255 or 68.33% from 180); Max value from RGB is 123 - color contains mainly: blue. Hex color #21187B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21187B is #DEE784. Grayscale: #252525. Windows color (decimal): -14608261 or 8067105. OLE color: 8067105.

HSL color Cylindrical-coordinate representation of color #21187B: hue angle of 245.45º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21187B is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 33 24 123 -
CMYK 0.73 0.80 0 0.52
HSL 245.45º 0.67% 0.29% -
HSV(B) 245.45º 0.8% 0.48% -
XYZ 4.53 2.41 18.96 -
YUV 37.98 175.98 124.45 -
System Red Green Blue C M Y K H S L
Decimal 33 24 123 0.73 0.80 0 0.52 245.45 0.67 0.29
Hex 21 18 7B 49 50 0 34 F5 43 1D
Octal 41 30 173 111 120 0 64 365 103 35
Binary 100001 11000 1111011 1001001 1010000 0 110100 11110101 1000011 11101

Color Harmonies of #21187B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21187B

Black with #21187B

Text Example


Text Example

White with #21187B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21187B; }

 p { color: rgb(33,24,123); }

 H1.HeaderClassName
 {
   color: #21187B;
 }
 .AnyTagClassName
 {
   color: #21187B;
 }
</style>

background-color css

<style>
 a { background-color: #21187B; }

 a { background-color: rgb(33,24,123); }

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

border-color css

<style>
 span { border-color: #21187B; }

 span { border-color: rgb(33,24,123); }

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