Html Css Color HEX #201676 Midnight Blue

📋 copy color: '#201676'

red 32 ◦ green 22 ◦ blue 118

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

Shades of Midnight Blue #201676

Tints of Midnight Blue #201676

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.79%

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

R = 18.6%
G = 12.79%
B = 68.6%

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

#201676 (or 0x201676) is known color: Midnight Blue. HEX triplet: 20, 16 and 76. RGB value is (32,22,118). Sum of RGB (Red+Green+Blue) = 32+22+118=172 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.60% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 118 (46.48% from 255 or 68.60% from 172); Max value from RGB is 118 - color contains mainly: blue. Hex color #201676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201676 is #DFE989. Grayscale: #232323. Windows color (decimal): -14674314 or 7738912. OLE color: 7738912.

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

Color convert

RGB 32 22 118 -
CMYK 0.73 0.81 0 0.54
HSL 246.25º 0.69% 0.27% -
HSV(B) 246.25º 0.81% 0.46% -
XYZ 4.15 2.19 17.34 -
YUV 35.93 174.31 125.19 -
System Red Green Blue C M Y K H S L
Decimal 32 22 118 0.73 0.81 0 0.54 246.25 0.69 0.27
Hex 20 16 76 49 51 0 36 F6 45 1B
Octal 40 26 166 111 121 0 66 366 105 33
Binary 100000 10110 1110110 1001001 1010001 0 110110 11110110 1000101 11011

Color Harmonies of #201676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201676

Black with #201676

Text Example


Text Example

White with #201676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201676; }

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

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

background-color css

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

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

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

border-color css

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

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

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