Html Css Color HEX #201975 Midnight Blue

📋 copy color: '#201975'

red 32 ◦ green 25 ◦ blue 117

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

Shades of Midnight Blue #201975

Tints of Midnight Blue #201975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.37%

 BLUE value IS 117 (46.09% from 255) = 67.24%

R = 18.39%
G = 14.37%
B = 67.24%

CMYK

 C value IS 0.73

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#201975 (or 0x201975) is known color: Midnight Blue. HEX triplet: 20, 19 and 75. RGB value is (32,25,117). Sum of RGB (Red+Green+Blue) = 32+25+117=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 117 (46.09% from 255 or 67.24% from 174); Max value from RGB is 117 - color contains mainly: blue. Hex color #201975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201975 is #DFE68A. Grayscale: #252525. Windows color (decimal): -14673547 or 7674144. OLE color: 7674144.

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

Color convert

RGB 32 25 117 -
CMYK 0.73 0.79 0 0.54
HSL 244.57º 0.65% 0.28% -
HSV(B) 244.57º 0.79% 0.46% -
XYZ 4.15 2.29 17.05 -
YUV 37.58 172.82 124.02 -
System Red Green Blue C M Y K H S L
Decimal 32 25 117 0.73 0.79 0 0.54 244.57 0.65 0.28
Hex 20 19 75 49 4F 0 36 F5 41 1C
Octal 40 31 165 111 117 0 66 365 101 34
Binary 100000 11001 1110101 1001001 1001111 0 110110 11110101 1000001 11100

Color Harmonies of #201975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201975

Black with #201975

Text Example


Text Example

White with #201975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201975; }

 p { color: rgb(32,25,117); }

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

background-color css

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

 a { background-color: rgb(32,25,117); }

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

border-color css

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

 span { border-color: rgb(32,25,117); }

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