Html Css Color HEX #1B1E41 Midnight Express

📋 copy color: '#1B1E41'

red 27 ◦ green 30 ◦ blue 65

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

Shades of Midnight Express #1B1E41

Tints of Midnight Express #1B1E41

RGB

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

 GREEN value IS 30 (12.11% from 255) = 24.59%

 BLUE value IS 65 (25.78% from 255) = 53.28%

R = 22.13%
G = 24.59%
B = 53.28%

CMYK

 C value IS 0.58

 M value IS 0.54

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1B1E41 (or 0x1B1E41) is known color: Midnight Express. HEX triplet: 1B, 1E and 41. RGB value is (27,30,65). Sum of RGB (Red+Green+Blue) = 27+30+65=122 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.13% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 65 (25.78% from 255 or 53.28% from 122); Max value from RGB is 65 - color contains mainly: blue. Hex color #1B1E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1E41 is #E4E1BE. Grayscale: #202020. Windows color (decimal): -14999999 or 4267547. OLE color: 4267547.

HSL color Cylindrical-coordinate representation of color #1B1E41: hue angle of 235.26º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1B1E41 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 27 30 65 -
CMYK 0.58 0.54 0 0.75
HSL 235.26º 0.41% 0.18% -
HSV(B) 235.26º 0.58% 0.25% -
XYZ 1.87 1.54 5.2 -
YUV 33.09 146.01 123.65 -
System Red Green Blue C M Y K H S L
Decimal 27 30 65 0.58 0.54 0 0.75 235.26 0.41 0.18
Hex 1B 1E 41 3A 36 0 4B EB 29 12
Octal 33 36 101 72 66 0 113 353 51 22
Binary 11011 11110 1000001 111010 110110 0 1001011 11101011 101001 10010

Color Harmonies of #1B1E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1E41

Black with #1B1E41

Text Example


Text Example

White with #1B1E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,30,65); }

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

background-color css

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

 a { background-color: rgb(27,30,65); }

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

border-color css

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

 span { border-color: rgb(27,30,65); }

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