Html Css Color HEX #181B41 Midnight Express

📋 copy color: '#181B41'

red 24 ◦ green 27 ◦ blue 65

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

Shades of Midnight Express #181B41

Tints of Midnight Express #181B41

RGB

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

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

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

R = 20.69%
G = 23.28%
B = 56.03%

CMYK

 C value IS 0.63

 M value IS 0.58

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#181B41 (or 0x181B41) is known color: Midnight Express. HEX triplet: 18, 1B and 41. RGB value is (24,27,65). Sum of RGB (Red+Green+Blue) = 24+27+65=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 27 (10.94% from 255 or 23.28% from 116); Blue value is 65 (25.78% from 255 or 56.03% from 116); Max value from RGB is 65 - color contains mainly: blue. Hex color #181B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181B41 is #E7E4BE. Grayscale: #1E1E1E. Windows color (decimal): -15197375 or 4266776. OLE color: 4266776.

HSL color Cylindrical-coordinate representation of color #181B41: hue angle of 235.61º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #181B41 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 27 65 -
CMYK 0.63 0.58 0 0.75
HSL 235.61º 0.46% 0.17% -
HSV(B) 235.61º 0.63% 0.25% -
XYZ 1.72 1.36 5.17 -
YUV 30.44 147.51 123.41 -
System Red Green Blue C M Y K H S L
Decimal 24 27 65 0.63 0.58 0 0.75 235.61 0.46 0.17
Hex 18 1B 41 3F 3A 0 4B EC 2E 11
Octal 30 33 101 77 72 0 113 354 56 21
Binary 11000 11011 1000001 111111 111010 0 1001011 11101100 101110 10001

Color Harmonies of #181B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181B41

Black with #181B41

Text Example


Text Example

White with #181B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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