Html Css Color HEX #20196F Midnight Blue

📋 copy color: '#20196F'

red 32 ◦ green 25 ◦ blue 111

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

Shades of Midnight Blue #20196F

Tints of Midnight Blue #20196F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 66.07%

R = 19.05%
G = 14.88%
B = 66.07%

CMYK

 C value IS 0.71

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#20196F (or 0x20196F) is known color: Midnight Blue. HEX triplet: 20, 19 and 6F. RGB value is (32,25,111). Sum of RGB (Red+Green+Blue) = 32+25+111=168 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.05% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 111 (43.75% from 255 or 66.07% from 168); Max value from RGB is 111 - color contains mainly: blue. Hex color #20196F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20196F is #DFE690. Grayscale: #242424. Windows color (decimal): -14673553 or 7280928. OLE color: 7280928.

HSL color Cylindrical-coordinate representation of color #20196F: hue angle of 244.88º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20196F is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 25 111 -
CMYK 0.71 0.77 0 0.56
HSL 244.88º 0.63% 0.27% -
HSV(B) 244.88º 0.77% 0.44% -
XYZ 3.81 2.15 15.25 -
YUV 36.9 169.82 124.51 -
System Red Green Blue C M Y K H S L
Decimal 32 25 111 0.71 0.77 0 0.56 244.88 0.63 0.27
Hex 20 19 6F 47 4D 0 38 F5 3F 1B
Octal 40 31 157 107 115 0 70 365 77 33
Binary 100000 11001 1101111 1000111 1001101 0 111000 11110101 111111 11011

Color Harmonies of #20196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20196F

Black with #20196F

Text Example


Text Example

White with #20196F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20196F; }

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

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

background-color css

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

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

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

border-color css

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

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

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