Html Css Color HEX #181B4A Midnight Express

📋 copy color: '#181B4A'

red 24 ◦ green 27 ◦ blue 74

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

Shades of Midnight Express #181B4A

Tints of Midnight Express #181B4A

RGB

 RED value IS 24 (9.77% from 255) = 19.2%

 GREEN value IS 27 (10.94% from 255) = 21.6%

 BLUE value IS 74 (29.3% from 255) = 59.2%

R = 19.2%
G = 21.6%
B = 59.2%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#181B4A (or 0x181B4A) is known color: Midnight Express. HEX triplet: 18, 1B and 4A. RGB value is (24,27,74). Sum of RGB (Red+Green+Blue) = 24+27+74=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 27 (10.94% from 255 or 21.6% from 125); Blue value is 74 (29.30% from 255 or 59.2% from 125); Max value from RGB is 74 - color contains mainly: blue. Hex color #181B4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181B4A is #E7E4B5. Grayscale: #1F1F1F. Windows color (decimal): -15197366 or 4856600. OLE color: 4856600.

HSL color Cylindrical-coordinate representation of color #181B4A: hue angle of 236.4º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #181B4A is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 24 27 74 -
CMYK 0.68 0.64 0 0.71
HSL 236.4º 0.51% 0.19% -
HSV(B) 236.4º 0.68% 0.29% -
XYZ 2 1.47 6.66 -
YUV 31.46 152.01 122.68 -
System Red Green Blue C M Y K H S L
Decimal 24 27 74 0.68 0.64 0 0.71 236.4 0.51 0.19
Hex 18 1B 4A 44 40 0 47 EC 33 13
Octal 30 33 112 104 100 0 107 354 63 23
Binary 11000 11011 1001010 1000100 1000000 0 1000111 11101100 110011 10011

Color Harmonies of #181B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181B4A

Black with #181B4A

Text Example


Text Example

White with #181B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181B4A; }

 p { color: rgb(24,27,74); }

 H1.HeaderClassName
 {
   color: #181B4A;
 }
 .AnyTagClassName
 {
   color: #181B4A;
 }
</style>

background-color css

<style>
 a { background-color: #181B4A; }

 a { background-color: rgb(24,27,74); }

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

border-color css

<style>
 span { border-color: #181B4A; }

 span { border-color: rgb(24,27,74); }

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