Html Css Color HEX #201677 Midnight Blue

📋 copy color: '#201677'

red 32 ◦ green 22 ◦ blue 119

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

Shades of Midnight Blue #201677

Tints of Midnight Blue #201677

RGB

 RED value IS 32 (12.89% from 255) = 18.5%

 GREEN value IS 22 (8.98% from 255) = 12.72%

 BLUE value IS 119 (46.88% from 255) = 68.79%

R = 18.5%
G = 12.72%
B = 68.79%

CMYK

 C value IS 0.73

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#201677 (or 0x201677) is known color: Midnight Blue. HEX triplet: 20, 16 and 77. RGB value is (32,22,119). Sum of RGB (Red+Green+Blue) = 32+22+119=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 119 (46.88% from 255 or 68.79% from 173); Max value from RGB is 119 - color contains mainly: blue. Hex color #201677 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201677 is #DFE988. Grayscale: #232323. Windows color (decimal): -14674313 or 7804448. OLE color: 7804448.

HSL color Cylindrical-coordinate representation of color #201677: hue angle of 246.19º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #201677 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 32 22 119 -
CMYK 0.73 0.82 0 0.53
HSL 246.19º 0.69% 0.28% -
HSV(B) 246.19º 0.82% 0.47% -
XYZ 4.21 2.21 17.66 -
YUV 36.05 174.81 125.11 -
System Red Green Blue C M Y K H S L
Decimal 32 22 119 0.73 0.82 0 0.53 246.19 0.69 0.28
Hex 20 16 77 49 52 0 35 F6 45 1C
Octal 40 26 167 111 122 0 65 366 105 34
Binary 100000 10110 1110111 1001001 1010010 0 110101 11110110 1000101 11100

Color Harmonies of #201677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201677

Black with #201677

Text Example


Text Example

White with #201677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201677; }

 p { color: rgb(32,22,119); }

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

background-color css

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

 a { background-color: rgb(32,22,119); }

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

border-color css

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

 span { border-color: rgb(32,22,119); }

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