Html Css Color HEX #201C76 Midnight Blue

📋 copy color: '#201C76'

red 32 ◦ green 28 ◦ blue 118

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

Shades of Midnight Blue #201C76

Tints of Midnight Blue #201C76

RGB

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

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

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

R = 17.98%
G = 15.73%
B = 66.29%

CMYK

 C value IS 0.73

 M value IS 0.76

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#201C76 (or 0x201C76) is known color: Midnight Blue. HEX triplet: 20, 1C and 76. RGB value is (32,28,118). Sum of RGB (Red+Green+Blue) = 32+28+118=178 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.98% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 118 (46.48% from 255 or 66.29% from 178); Max value from RGB is 118 - color contains mainly: blue. Hex color #201C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201C76 is #DFE389. Grayscale: #272727. Windows color (decimal): -14672778 or 7740448. OLE color: 7740448.

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

Color convert

RGB 32 28 118 -
CMYK 0.73 0.76 0 0.54
HSL 242.67º 0.62% 0.29% -
HSV(B) 242.67º 0.76% 0.46% -
XYZ 4.28 2.45 17.39 -
YUV 39.46 172.33 122.68 -
System Red Green Blue C M Y K H S L
Decimal 32 28 118 0.73 0.76 0 0.54 242.67 0.62 0.29
Hex 20 1C 76 49 4C 0 36 F3 3E 1D
Octal 40 34 166 111 114 0 66 363 76 35
Binary 100000 11100 1110110 1001001 1001100 0 110110 11110011 111110 11101

Color Harmonies of #201C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201C76

Black with #201C76

Text Example


Text Example

White with #201C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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