Html Css Color HEX #201276 Midnight Blue

📋 copy color: '#201276'

red 32 ◦ green 18 ◦ blue 118

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

Shades of Midnight Blue #201276

Tints of Midnight Blue #201276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.71%

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

R = 19.05%
G = 10.71%
B = 70.24%

CMYK

 C value IS 0.73

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#201276 (or 0x201276) is known color: Midnight Blue. HEX triplet: 20, 12 and 76. RGB value is (32,18,118). Sum of RGB (Red+Green+Blue) = 32+18+118=168 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.05% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 118 (46.48% from 255 or 70.24% from 168); Max value from RGB is 118 - color contains mainly: blue. Hex color #201276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201276 is #DFED89. Grayscale: #212121. Windows color (decimal): -14675338 or 7737888. OLE color: 7737888.

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

Color convert

RGB 32 18 118 -
CMYK 0.73 0.85 0 0.54
HSL 248.4º 0.74% 0.27% -
HSV(B) 248.4º 0.85% 0.46% -
XYZ 4.08 2.05 17.32 -
YUV 33.59 175.64 126.87 -
System Red Green Blue C M Y K H S L
Decimal 32 18 118 0.73 0.85 0 0.54 248.4 0.74 0.27
Hex 20 12 76 49 55 0 36 F8 4A 1B
Octal 40 22 166 111 125 0 66 370 112 33
Binary 100000 10010 1110110 1001001 1010101 0 110110 11111000 1001010 11011

Color Harmonies of #201276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201276

Black with #201276

Text Example


Text Example

White with #201276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201276; }

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

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

background-color css

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

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

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

border-color css

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

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

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