Html Css Color HEX #201C74 Midnight Blue

📋 copy color: '#201C74'

red 32 ◦ green 28 ◦ blue 116

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

Shades of Midnight Blue #201C74

Tints of Midnight Blue #201C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 65.91%

R = 18.18%
G = 15.91%
B = 65.91%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#201C74 (or 0x201C74) is known color: Midnight Blue. HEX triplet: 20, 1C and 74. RGB value is (32,28,116). Sum of RGB (Red+Green+Blue) = 32+28+116=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 28 (11.33% from 255 or 15.91% from 176); Blue value is 116 (45.70% from 255 or 65.91% from 176); Max value from RGB is 116 - color contains mainly: blue. Hex color #201C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201C74 is #DFE38B. Grayscale: #262626. Windows color (decimal): -14672780 or 7609376. OLE color: 7609376.

HSL color Cylindrical-coordinate representation of color #201C74: hue angle of 242.73º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #201C74 is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 28 116 -
CMYK 0.72 0.76 0 0.55
HSL 242.73º 0.61% 0.28% -
HSV(B) 242.73º 0.76% 0.45% -
XYZ 4.16 2.4 16.77 -
YUV 39.23 171.33 122.84 -
System Red Green Blue C M Y K H S L
Decimal 32 28 116 0.72 0.76 0 0.55 242.73 0.61 0.28
Hex 20 1C 74 48 4C 0 37 F3 3D 1C
Octal 40 34 164 110 114 0 67 363 75 34
Binary 100000 11100 1110100 1001000 1001100 0 110111 11110011 111101 11100

Color Harmonies of #201C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201C74

Black with #201C74

Text Example


Text Example

White with #201C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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