Html Css Color HEX #201375 Midnight Blue

📋 copy color: '#201375'

red 32 ◦ green 19 ◦ blue 117

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

Shades of Midnight Blue #201375

Tints of Midnight Blue #201375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.31%

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

R = 19.05%
G = 11.31%
B = 69.64%

CMYK

 C value IS 0.73

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#201375 (or 0x201375) is known color: Midnight Blue. HEX triplet: 20, 13 and 75. RGB value is (32,19,117). Sum of RGB (Red+Green+Blue) = 32+19+117=168 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.05% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 117 (46.09% from 255 or 69.64% from 168); Max value from RGB is 117 - color contains mainly: blue. Hex color #201375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #201375 is #DFEC8A. Grayscale: #212121. Windows color (decimal): -14675083 or 7672608. OLE color: 7672608.

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

Color convert

RGB 32 19 117 -
CMYK 0.73 0.84 0 0.54
HSL 247.96º 0.72% 0.27% -
HSV(B) 247.96º 0.84% 0.46% -
XYZ 4.04 2.06 17.01 -
YUV 34.06 174.81 126.53 -
System Red Green Blue C M Y K H S L
Decimal 32 19 117 0.73 0.84 0 0.54 247.96 0.72 0.27
Hex 20 13 75 49 54 0 36 F8 48 1B
Octal 40 23 165 111 124 0 66 370 110 33
Binary 100000 10011 1110101 1001001 1010100 0 110110 11111000 1001000 11011

Color Harmonies of #201375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201375

Black with #201375

Text Example


Text Example

White with #201375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201375; }

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

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

background-color css

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

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

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

border-color css

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

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

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