Html Css Color HEX #1B2440 Midnight Express

📋 copy color: '#1B2440'

red 27 ◦ green 36 ◦ blue 64

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

Shades of Midnight Express #1B2440

Tints of Midnight Express #1B2440

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.35%

 BLUE value IS 64 (25.39% from 255) = 50.39%

R = 21.26%
G = 28.35%
B = 50.39%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1B2440 (or 0x1B2440) is known color: Midnight Express. HEX triplet: 1B, 24 and 40. RGB value is (27,36,64). Sum of RGB (Red+Green+Blue) = 27+36+64=127 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.26% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #1B2440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2440 is #E4DBBF. Grayscale: #242424. Windows color (decimal): -14998464 or 4203547. OLE color: 4203547.

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

Color convert

RGB 27 36 64 -
CMYK 0.58 0.44 0 0.75
HSL 225.41º 0.41% 0.18% -
HSV(B) 225.41º 0.58% 0.25% -
XYZ 2.01 1.86 5.1 -
YUV 36.5 143.52 121.22 -
System Red Green Blue C M Y K H S L
Decimal 27 36 64 0.58 0.44 0 0.75 225.41 0.41 0.18
Hex 1B 24 40 3A 2C 0 4B E1 29 12
Octal 33 44 100 72 54 0 113 341 51 22
Binary 11011 100100 1000000 111010 101100 0 1001011 11100001 101001 10010

Color Harmonies of #1B2440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2440

Black with #1B2440

Text Example


Text Example

White with #1B2440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,36,64); }

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

background-color css

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

 a { background-color: rgb(27,36,64); }

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

border-color css

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

 span { border-color: rgb(27,36,64); }

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