Html Css Color HEX #201B6F Midnight Blue

📋 copy color: '#201B6F'

red 32 ◦ green 27 ◦ blue 111

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

Shades of Midnight Blue #201B6F

Tints of Midnight Blue #201B6F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.88%

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

R = 18.82%
G = 15.88%
B = 65.29%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#201B6F (or 0x201B6F) is known color: Midnight Blue. HEX triplet: 20, 1B and 6F. RGB value is (32,27,111). Sum of RGB (Red+Green+Blue) = 32+27+111=170 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.82% from 170); Green value is 27 (10.94% from 255 or 15.88% from 170); Blue value is 111 (43.75% from 255 or 65.29% from 170); Max value from RGB is 111 - color contains mainly: blue. Hex color #201B6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201B6F is #DFE490. Grayscale: #252525. Windows color (decimal): -14673041 or 7281440. OLE color: 7281440.

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

Color convert

RGB 32 27 111 -
CMYK 0.71 0.76 0 0.56
HSL 243.57º 0.61% 0.27% -
HSV(B) 243.57º 0.76% 0.44% -
XYZ 3.86 2.24 15.27 -
YUV 38.07 169.16 123.67 -
System Red Green Blue C M Y K H S L
Decimal 32 27 111 0.71 0.76 0 0.56 243.57 0.61 0.27
Hex 20 1B 6F 47 4C 0 38 F4 3D 1B
Octal 40 33 157 107 114 0 70 364 75 33
Binary 100000 11011 1101111 1000111 1001100 0 111000 11110100 111101 11011

Color Harmonies of #201B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201B6F

Black with #201B6F

Text Example


Text Example

White with #201B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201B6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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