Html Css Color HEX #1B2749 Midnight Express

📋 copy color: '#1B2749'

red 27 ◦ green 39 ◦ blue 73

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

Shades of Midnight Express #1B2749

Tints of Midnight Express #1B2749

RGB

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

 GREEN value IS 39 (15.63% from 255) = 28.06%

 BLUE value IS 73 (28.91% from 255) = 52.52%

R = 19.42%
G = 28.06%
B = 52.52%

CMYK

 C value IS 0.63

 M value IS 0.47

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1B2749 (or 0x1B2749) is known color: Midnight Express. HEX triplet: 1B, 27 and 49. RGB value is (27,39,73). Sum of RGB (Red+Green+Blue) = 27+39+73=139 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.42% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 73 (28.91% from 255 or 52.52% from 139); Max value from RGB is 73 - color contains mainly: blue. Hex color #1B2749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2749 is #E4D8B6. Grayscale: #272727. Windows color (decimal): -14997687 or 4794139. OLE color: 4794139.

HSL color Cylindrical-coordinate representation of color #1B2749: hue angle of 224.35º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1B2749 is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 27 39 73 -
CMYK 0.63 0.47 0 0.71
HSL 224.35º 0.46% 0.2% -
HSV(B) 224.35º 0.63% 0.29% -
XYZ 2.38 2.17 6.6 -
YUV 39.29 147.02 119.24 -
System Red Green Blue C M Y K H S L
Decimal 27 39 73 0.63 0.47 0 0.71 224.35 0.46 0.2
Hex 1B 27 49 3F 2F 0 47 E0 2E 14
Octal 33 47 111 77 57 0 107 340 56 24
Binary 11011 100111 1001001 111111 101111 0 1000111 11100000 101110 10100

Color Harmonies of #1B2749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2749

Black with #1B2749

Text Example


Text Example

White with #1B2749

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,39,73); }

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

background-color css

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

 a { background-color: rgb(27,39,73); }

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

border-color css

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

 span { border-color: rgb(27,39,73); }

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