Html Css Color HEX #1B1C40 Midnight Express

📋 copy color: '#1B1C40'

red 27 ◦ green 28 ◦ blue 64

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

Shades of Midnight Express #1B1C40

Tints of Midnight Express #1B1C40

RGB

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

 GREEN value IS 28 (11.33% from 255) = 23.53%

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

R = 22.69%
G = 23.53%
B = 53.78%

CMYK

 C value IS 0.58

 M value IS 0.56

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1B1C40 (or 0x1B1C40) is known color: Midnight Express. HEX triplet: 1B, 1C and 40. RGB value is (27,28,64). Sum of RGB (Red+Green+Blue) = 27+28+64=119 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.69% from 119); Green value is 28 (11.33% from 255 or 23.53% from 119); Blue value is 64 (25.39% from 255 or 53.78% from 119); Max value from RGB is 64 - color contains mainly: blue. Hex color #1B1C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1C40 is #E4E3BF. Grayscale: #1F1F1F. Windows color (decimal): -15000512 or 4201499. OLE color: 4201499.

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

Color convert

RGB 27 28 64 -
CMYK 0.58 0.56 0 0.75
HSL 238.38º 0.41% 0.18% -
HSV(B) 238.38º 0.58% 0.25% -
XYZ 1.79 1.43 5.03 -
YUV 31.81 146.17 124.57 -
System Red Green Blue C M Y K H S L
Decimal 27 28 64 0.58 0.56 0 0.75 238.38 0.41 0.18
Hex 1B 1C 40 3A 38 0 4B EE 29 12
Octal 33 34 100 72 70 0 113 356 51 22
Binary 11011 11100 1000000 111010 111000 0 1001011 11101110 101001 10010

Color Harmonies of #1B1C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1C40

Black with #1B1C40

Text Example


Text Example

White with #1B1C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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