Html Css Color HEX #21106D Midnight Blue

📋 copy color: '#21106D'

red 33 ◦ green 16 ◦ blue 109

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

Shades of Midnight Blue #21106D

Tints of Midnight Blue #21106D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.13%

 BLUE value IS 109 (42.97% from 255) = 68.99%

R = 20.89%
G = 10.13%
B = 68.99%

CMYK

 C value IS 0.70

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#21106D (or 0x21106D) is known color: Midnight Blue. HEX triplet: 21, 10 and 6D. RGB value is (33,16,109). Sum of RGB (Red+Green+Blue) = 33+16+109=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 109 (42.97% from 255 or 68.99% from 158); Max value from RGB is 109 - color contains mainly: blue. Hex color #21106D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21106D is #DEEF92. Grayscale: #1F1F1F. Windows color (decimal): -14610323 or 7147553. OLE color: 7147553.

HSL color Cylindrical-coordinate representation of color #21106D: hue angle of 250.97º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21106D is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 33 16 109 -
CMYK 0.70 0.85 0 0.57
HSL 250.97º 0.74% 0.25% -
HSV(B) 250.97º 0.85% 0.43% -
XYZ 3.57 1.8 14.63 -
YUV 31.69 171.63 128.94 -
System Red Green Blue C M Y K H S L
Decimal 33 16 109 0.70 0.85 0 0.57 250.97 0.74 0.25
Hex 21 10 6D 46 55 0 39 FB 4A 19
Octal 41 20 155 106 125 0 71 373 112 31
Binary 100001 10000 1101101 1000110 1010101 0 111001 11111011 1001010 11001

Color Harmonies of #21106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21106D

Black with #21106D

Text Example


Text Example

White with #21106D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,16,109); }

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

background-color css

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

 a { background-color: rgb(33,16,109); }

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

border-color css

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

 span { border-color: rgb(33,16,109); }

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