Html Css Color HEX #1B1D41 Midnight Express

📋 copy color: '#1B1D41'

red 27 ◦ green 29 ◦ blue 65

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

Shades of Midnight Express #1B1D41

Tints of Midnight Express #1B1D41

RGB

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

 GREEN value IS 29 (11.72% from 255) = 23.97%

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

R = 22.31%
G = 23.97%
B = 53.72%

CMYK

 C value IS 0.58

 M value IS 0.55

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1B1D41 (or 0x1B1D41) is known color: Midnight Express. HEX triplet: 1B, 1D and 41. RGB value is (27,29,65). Sum of RGB (Red+Green+Blue) = 27+29+65=121 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.31% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 65 (25.78% from 255 or 53.72% from 121); Max value from RGB is 65 - color contains mainly: blue. Hex color #1B1D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1D41 is #E4E2BE. Grayscale: #202020. Windows color (decimal): -15000255 or 4267291. OLE color: 4267291.

HSL color Cylindrical-coordinate representation of color #1B1D41: hue angle of 236.84º 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 #1B1D41 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 27 29 65 -
CMYK 0.58 0.55 0 0.75
HSL 236.84º 0.41% 0.18% -
HSV(B) 236.84º 0.58% 0.25% -
XYZ 1.85 1.49 5.19 -
YUV 32.51 146.34 124.07 -
System Red Green Blue C M Y K H S L
Decimal 27 29 65 0.58 0.55 0 0.75 236.84 0.41 0.18
Hex 1B 1D 41 3A 37 0 4B ED 29 12
Octal 33 35 101 72 67 0 113 355 51 22
Binary 11011 11101 1000001 111010 110111 0 1001011 11101101 101001 10010

Color Harmonies of #1B1D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1D41

Black with #1B1D41

Text Example


Text Example

White with #1B1D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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