Html Css Color HEX #201C77 Midnight Blue

📋 copy color: '#201C77'

red 32 ◦ green 28 ◦ blue 119

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

Shades of Midnight Blue #201C77

Tints of Midnight Blue #201C77

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.64%

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

R = 17.88%
G = 15.64%
B = 66.48%

CMYK

 C value IS 0.73

 M value IS 0.76

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#201C77 (or 0x201C77) is known color: Midnight Blue. HEX triplet: 20, 1C and 77. RGB value is (32,28,119). Sum of RGB (Red+Green+Blue) = 32+28+119=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 119 (46.88% from 255 or 66.48% from 179); Max value from RGB is 119 - color contains mainly: blue. Hex color #201C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201C77 is #DFE388. Grayscale: #272727. Windows color (decimal): -14672777 or 7805984. OLE color: 7805984.

HSL color Cylindrical-coordinate representation of color #201C77: hue angle of 242.64º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #201C77 is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 32 28 119 -
CMYK 0.73 0.76 0 0.53
HSL 242.64º 0.62% 0.29% -
HSV(B) 242.64º 0.76% 0.47% -
XYZ 4.34 2.47 17.7 -
YUV 39.57 172.83 122.6 -
System Red Green Blue C M Y K H S L
Decimal 32 28 119 0.73 0.76 0 0.53 242.64 0.62 0.29
Hex 20 1C 77 49 4C 0 35 F3 3E 1D
Octal 40 34 167 111 114 0 65 363 76 35
Binary 100000 11100 1110111 1001001 1001100 0 110101 11110011 111110 11101

Color Harmonies of #201C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201C77

Black with #201C77

Text Example


Text Example

White with #201C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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