Html Css Color HEX #21176C Midnight Blue

📋 copy color: '#21176C'

red 33 ◦ green 23 ◦ blue 108

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

Shades of Midnight Blue #21176C

Tints of Midnight Blue #21176C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.02%

 BLUE value IS 108 (42.58% from 255) = 65.85%

R = 20.12%
G = 14.02%
B = 65.85%

CMYK

 C value IS 0.69

 M value IS 0.79

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#21176C (or 0x21176C) is known color: Midnight Blue. HEX triplet: 21, 17 and 6C. RGB value is (33,23,108). Sum of RGB (Red+Green+Blue) = 33+23+108=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 108 (42.58% from 255 or 65.85% from 164); Max value from RGB is 108 - color contains mainly: blue. Hex color #21176C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21176C is #DEE893. Grayscale: #232323. Windows color (decimal): -14608532 or 7083809. OLE color: 7083809.

HSL color Cylindrical-coordinate representation of color #21176C: hue angle of 247.06º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21176C is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 33 23 108 -
CMYK 0.69 0.79 0 0.58
HSL 247.06º 0.65% 0.26% -
HSV(B) 247.06º 0.79% 0.42% -
XYZ 3.64 2.02 14.39 -
YUV 35.68 168.81 126.09 -
System Red Green Blue C M Y K H S L
Decimal 33 23 108 0.69 0.79 0 0.58 247.06 0.65 0.26
Hex 21 17 6C 45 4F 0 3A F7 41 1A
Octal 41 27 154 105 117 0 72 367 101 32
Binary 100001 10111 1101100 1000101 1001111 0 111010 11110111 1000001 11010

Color Harmonies of #21176C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21176C

Black with #21176C

Text Example


Text Example

White with #21176C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,23,108); }

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

background-color css

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

 a { background-color: rgb(33,23,108); }

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

border-color css

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

 span { border-color: rgb(33,23,108); }

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