Html Css Color HEX #201877 Midnight Blue

📋 copy color: '#201877'

red 32 ◦ green 24 ◦ blue 119

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

Shades of Midnight Blue #201877

Tints of Midnight Blue #201877

RGB

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

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

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

R = 18.29%
G = 13.71%
B = 68%

CMYK

 C value IS 0.73

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#201877 (or 0x201877) is known color: Midnight Blue. HEX triplet: 20, 18 and 77. RGB value is (32,24,119). Sum of RGB (Red+Green+Blue) = 32+24+119=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 119 (46.88% from 255 or 68% from 175); Max value from RGB is 119 - color contains mainly: blue. Hex color #201877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201877 is #DFE788. Grayscale: #242424. Windows color (decimal): -14673801 or 7804960. OLE color: 7804960.

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

Color convert

RGB 32 24 119 -
CMYK 0.73 0.80 0 0.53
HSL 245.05º 0.66% 0.28% -
HSV(B) 245.05º 0.8% 0.47% -
XYZ 4.25 2.29 17.67 -
YUV 37.22 174.15 124.28 -
System Red Green Blue C M Y K H S L
Decimal 32 24 119 0.73 0.80 0 0.53 245.05 0.66 0.28
Hex 20 18 77 49 50 0 35 F5 42 1C
Octal 40 30 167 111 120 0 65 365 102 34
Binary 100000 11000 1110111 1001001 1010000 0 110101 11110101 1000010 11100

Color Harmonies of #201877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201877

Black with #201877

Text Example


Text Example

White with #201877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201877; }

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

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

background-color css

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

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

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

border-color css

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

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

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