Html Css Color HEX #1B203E Midnight Express

📋 copy color: '#1B203E'

red 27 ◦ green 32 ◦ blue 62

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

Shades of Midnight Express #1B203E

Tints of Midnight Express #1B203E

RGB

 RED value IS 27 (10.94% from 255) = 22.31%

 GREEN value IS 32 (12.89% from 255) = 26.45%

 BLUE value IS 62 (24.61% from 255) = 51.24%

R = 22.31%
G = 26.45%
B = 51.24%

CMYK

 C value IS 0.56

 M value IS 0.48

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1B203E (or 0x1B203E) is known color: Midnight Express. HEX triplet: 1B, 20 and 3E. RGB value is (27,32,62). Sum of RGB (Red+Green+Blue) = 27+32+62=121 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.31% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 62 (24.61% from 255 or 51.24% from 121); Max value from RGB is 62 - color contains mainly: blue. Hex color #1B203E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B203E is #E4DFC1. Grayscale: #212121. Windows color (decimal): -14999490 or 4071451. OLE color: 4071451.

HSL color Cylindrical-coordinate representation of color #1B203E: hue angle of 231.43º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1B203E is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 27 32 62 -
CMYK 0.56 0.48 0 0.76
HSL 231.43º 0.39% 0.17% -
HSV(B) 231.43º 0.56% 0.24% -
XYZ 1.84 1.61 4.77 -
YUV 33.93 143.84 123.06 -
System Red Green Blue C M Y K H S L
Decimal 27 32 62 0.56 0.48 0 0.76 231.43 0.39 0.17
Hex 1B 20 3E 38 30 0 4C E7 27 11
Octal 33 40 76 70 60 0 114 347 47 21
Binary 11011 100000 111110 111000 110000 0 1001100 11100111 100111 10001

Color Harmonies of #1B203E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B203E

Black with #1B203E

Text Example


Text Example

White with #1B203E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B203E; }

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

 H1.HeaderClassName
 {
   color: #1B203E;
 }
 .AnyTagClassName
 {
   color: #1B203E;
 }
</style>

background-color css

<style>
 a { background-color: #1B203E; }

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

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

border-color css

<style>
 span { border-color: #1B203E; }

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

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