Html Css Color HEX #202575 Midnight Blue

📋 copy color: '#202575'

red 32 ◦ green 37 ◦ blue 117

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

Shades of Midnight Blue #202575

Tints of Midnight Blue #202575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.89%

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

R = 17.2%
G = 19.89%
B = 62.9%

CMYK

 C value IS 0.73

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#202575 (or 0x202575) is known color: Midnight Blue. HEX triplet: 20, 25 and 75. RGB value is (32,37,117). Sum of RGB (Red+Green+Blue) = 32+37+117=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 117 (46.09% from 255 or 62.90% from 186); Max value from RGB is 117 - color contains mainly: blue. Hex color #202575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202575 is #DFDA8A. Grayscale: #2C2C2C. Windows color (decimal): -14670475 or 7677216. OLE color: 7677216.

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

Color convert

RGB 32 37 117 -
CMYK 0.73 0.68 0 0.54
HSL 236.47º 0.57% 0.29% -
HSV(B) 236.47º 0.73% 0.46% -
XYZ 4.47 2.91 17.16 -
YUV 44.63 168.84 119 -
System Red Green Blue C M Y K H S L
Decimal 32 37 117 0.73 0.68 0 0.54 236.47 0.57 0.29
Hex 20 25 75 49 44 0 36 EC 39 1D
Octal 40 45 165 111 104 0 66 354 71 35
Binary 100000 100101 1110101 1001001 1000100 0 110110 11101100 111001 11101

Color Harmonies of #202575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202575

Black with #202575

Text Example


Text Example

White with #202575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202575; }

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

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

background-color css

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

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

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

border-color css

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

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

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