Html Css Color HEX #200B6B Midnight Blue

📋 copy color: '#200B6B'

red 32 ◦ green 11 ◦ blue 107

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

Shades of Midnight Blue #200B6B

Tints of Midnight Blue #200B6B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.33%

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

R = 21.33%
G = 7.33%
B = 71.33%

CMYK

 C value IS 0.70

 M value IS 0.90

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#200B6B (or 0x200B6B) is known color: Midnight Blue. HEX triplet: 20, 0B and 6B. RGB value is (32,11,107). Sum of RGB (Red+Green+Blue) = 32+11+107=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 11 (4.69% from 255 or 7.33% from 150); Blue value is 107 (42.19% from 255 or 71.33% from 150); Max value from RGB is 107 - color contains mainly: blue. Hex color #200B6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200B6B is #DFF494. Grayscale: #1B1B1B. Windows color (decimal): -14677141 or 7015200. OLE color: 7015200.

HSL color Cylindrical-coordinate representation of color #200B6B: hue angle of 253.12º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #200B6B is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 32 11 107 -
CMYK 0.70 0.90 0 0.58
HSL 253.13º 0.81% 0.23% -
HSV(B) 253.13º 0.9% 0.42% -
XYZ 3.37 1.61 14.04 -
YUV 28.22 172.46 130.69 -
System Red Green Blue C M Y K H S L
Decimal 32 11 107 0.70 0.90 0 0.58 253.13 0.81 0.23
Hex 20 B 6B 46 5A 0 3A FD 51 17
Octal 40 13 153 106 132 0 72 375 121 27
Binary 100000 1011 1101011 1000110 1011010 0 111010 11111101 1010001 10111

Color Harmonies of #200B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200B6B

Black with #200B6B

Text Example


Text Example

White with #200B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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