Html Css Color HEX #201776 Midnight Blue

📋 copy color: '#201776'

red 32 ◦ green 23 ◦ blue 118

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

Shades of Midnight Blue #201776

Tints of Midnight Blue #201776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 68.21%

R = 18.5%
G = 13.29%
B = 68.21%

CMYK

 C value IS 0.73

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#201776 (or 0x201776) is known color: Midnight Blue. HEX triplet: 20, 17 and 76. RGB value is (32,23,118). Sum of RGB (Red+Green+Blue) = 32+23+118=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 118 (46.48% from 255 or 68.21% from 173); Max value from RGB is 118 - color contains mainly: blue. Hex color #201776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201776 is #DFE889. Grayscale: #242424. Windows color (decimal): -14674058 or 7739168. OLE color: 7739168.

HSL color Cylindrical-coordinate representation of color #201776: hue angle of 245.68º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #201776 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 23 118 -
CMYK 0.73 0.81 0 0.54
HSL 245.68º 0.67% 0.28% -
HSV(B) 245.68º 0.81% 0.46% -
XYZ 4.17 2.23 17.35 -
YUV 36.52 173.98 124.78 -
System Red Green Blue C M Y K H S L
Decimal 32 23 118 0.73 0.81 0 0.54 245.68 0.67 0.28
Hex 20 17 76 49 51 0 36 F6 43 1C
Octal 40 27 166 111 121 0 66 366 103 34
Binary 100000 10111 1110110 1001001 1010001 0 110110 11110110 1000011 11100

Color Harmonies of #201776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201776

Black with #201776

Text Example


Text Example

White with #201776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201776; }

 p { color: rgb(32,23,118); }

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

background-color css

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

 a { background-color: rgb(32,23,118); }

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

border-color css

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

 span { border-color: rgb(32,23,118); }

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