Html Css Color HEX #201675 Midnight Blue

📋 copy color: '#201675'

red 32 ◦ green 22 ◦ blue 117

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

Shades of Midnight Blue #201675

Tints of Midnight Blue #201675

RGB

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

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

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

R = 18.71%
G = 12.87%
B = 68.42%

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

#201675 (or 0x201675) is known color: Midnight Blue. HEX triplet: 20, 16 and 75. RGB value is (32,22,117). Sum of RGB (Red+Green+Blue) = 32+22+117=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 117 (46.09% from 255 or 68.42% from 171); Max value from RGB is 117 - color contains mainly: blue. Hex color #201675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201675 is #DFE98A. Grayscale: #232323. Windows color (decimal): -14674315 or 7673376. OLE color: 7673376.

HSL color Cylindrical-coordinate representation of color #201675: hue angle of 246.32º degrees, saturation: 0.68, 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 #201675 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 22 117 -
CMYK 0.73 0.81 0 0.54
HSL 246.32º 0.68% 0.27% -
HSV(B) 246.32º 0.81% 0.46% -
XYZ 4.09 2.17 17.03 -
YUV 35.82 173.81 125.28 -
System Red Green Blue C M Y K H S L
Decimal 32 22 117 0.73 0.81 0 0.54 246.32 0.68 0.27
Hex 20 16 75 49 51 0 36 F6 44 1B
Octal 40 26 165 111 121 0 66 366 104 33
Binary 100000 10110 1110101 1001001 1010001 0 110110 11110110 1000100 11011

Color Harmonies of #201675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201675

Black with #201675

Text Example


Text Example

White with #201675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201675; }

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

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

background-color css

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

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

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

border-color css

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

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

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