Html Css Color HEX #200B5F Midnight Blue

📋 copy color: '#200B5F'

red 32 ◦ green 11 ◦ blue 95

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

Shades of Midnight Blue #200B5F

Tints of Midnight Blue #200B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 68.84%

R = 23.19%
G = 7.97%
B = 68.84%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#200B5F (or 0x200B5F) is known color: Midnight Blue. HEX triplet: 20, 0B and 5F. RGB value is (32,11,95). Sum of RGB (Red+Green+Blue) = 32+11+95=138 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.19% from 138); Green value is 11 (4.69% from 255 or 7.97% from 138); Blue value is 95 (37.5% from 255 or 68.84% from 138); Max value from RGB is 95 - color contains mainly: blue. Hex color #200B5F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200B5F is #DFF4A0. Grayscale: #1A1A1A. Windows color (decimal): -14677153 or 6228768. OLE color: 6228768.

HSL color Cylindrical-coordinate representation of color #200B5F: hue angle of 255º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #200B5F is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 32 11 95 -
CMYK 0.66 0.88 0 0.63
HSL 255º 0.79% 0.21% -
HSV(B) 255º 0.88% 0.37% -
XYZ 2.78 1.37 10.94 -
YUV 26.86 166.46 131.67 -
System Red Green Blue C M Y K H S L
Decimal 32 11 95 0.66 0.88 0 0.63 255 0.79 0.21
Hex 20 B 5F 42 58 0 3F FF 4F 15
Octal 40 13 137 102 130 0 77 377 117 25
Binary 100000 1011 1011111 1000010 1011000 0 111111 11111111 1001111 10101

Color Harmonies of #200B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200B5F

Black with #200B5F

Text Example


Text Example

White with #200B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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