Html Css Color HEX #20196B Midnight Blue

📋 copy color: '#20196B'

red 32 ◦ green 25 ◦ blue 107

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

Shades of Midnight Blue #20196B

Tints of Midnight Blue #20196B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 65.24%

R = 19.51%
G = 15.24%
B = 65.24%

CMYK

 C value IS 0.70

 M value IS 0.77

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#20196B (or 0x20196B) is known color: Midnight Blue. HEX triplet: 20, 19 and 6B. RGB value is (32,25,107). Sum of RGB (Red+Green+Blue) = 32+25+107=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 107 (42.19% from 255 or 65.24% from 164); Max value from RGB is 107 - color contains mainly: blue. Hex color #20196B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20196B is #DFE694. Grayscale: #242424. Windows color (decimal): -14673557 or 7018784. OLE color: 7018784.

HSL color Cylindrical-coordinate representation of color #20196B: hue angle of 245.12º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20196B is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 32 25 107 -
CMYK 0.70 0.77 0 0.58
HSL 245.12º 0.62% 0.26% -
HSV(B) 245.12º 0.77% 0.42% -
XYZ 3.6 2.06 14.12 -
YUV 36.44 167.82 124.83 -
System Red Green Blue C M Y K H S L
Decimal 32 25 107 0.70 0.77 0 0.58 245.12 0.62 0.26
Hex 20 19 6B 46 4D 0 3A F5 3E 1A
Octal 40 31 153 106 115 0 72 365 76 32
Binary 100000 11001 1101011 1000110 1001101 0 111010 11110101 111110 11010

Color Harmonies of #20196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20196B

Black with #20196B

Text Example


Text Example

White with #20196B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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