Html Css Color HEX #1B213A Midnight Express

📋 copy color: '#1B213A'

red 27 ◦ green 33 ◦ blue 58

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

Shades of Midnight Express #1B213A

Tints of Midnight Express #1B213A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.97%

 BLUE value IS 58 (23.05% from 255) = 49.15%

R = 22.88%
G = 27.97%
B = 49.15%

CMYK

 C value IS 0.53

 M value IS 0.43

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1B213A (or 0x1B213A) is known color: Midnight Express. HEX triplet: 1B, 21 and 3A. RGB value is (27,33,58). Sum of RGB (Red+Green+Blue) = 27+33+58=118 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.88% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 58 (23.05% from 255 or 49.15% from 118); Max value from RGB is 58 - color contains mainly: blue. Hex color #1B213A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B213A is #E4DEC5. Grayscale: #212121. Windows color (decimal): -14999238 or 3809563. OLE color: 3809563.

HSL color Cylindrical-coordinate representation of color #1B213A: hue angle of 228.39º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1B213A is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 27 33 58 -
CMYK 0.53 0.43 0 0.77
HSL 228.39º 0.36% 0.17% -
HSV(B) 228.39º 0.53% 0.23% -
XYZ 1.76 1.63 4.22 -
YUV 34.06 141.51 122.97 -
System Red Green Blue C M Y K H S L
Decimal 27 33 58 0.53 0.43 0 0.77 228.39 0.36 0.17
Hex 1B 21 3A 35 2B 0 4D E4 24 11
Octal 33 41 72 65 53 0 115 344 44 21
Binary 11011 100001 111010 110101 101011 0 1001101 11100100 100100 10001

Color Harmonies of #1B213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B213A

Black with #1B213A

Text Example


Text Example

White with #1B213A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,33,58); }

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

background-color css

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

 a { background-color: rgb(27,33,58); }

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

border-color css

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

 span { border-color: rgb(27,33,58); }

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