Html Css Color HEX #181C46 Midnight Express

📋 copy color: '#181C46'

red 24 ◦ green 28 ◦ blue 70

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

Shades of Midnight Express #181C46

Tints of Midnight Express #181C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 57.38%

R = 19.67%
G = 22.95%
B = 57.38%

CMYK

 C value IS 0.66

 M value IS 0.60

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#181C46 (or 0x181C46) is known color: Midnight Express. HEX triplet: 18, 1C and 46. RGB value is (24,28,70). Sum of RGB (Red+Green+Blue) = 24+28+70=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 70 (27.73% from 255 or 57.38% from 122); Max value from RGB is 70 - color contains mainly: blue. Hex color #181C46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181C46 is #E7E3B9. Grayscale: #1F1F1F. Windows color (decimal): -15197114 or 4594712. OLE color: 4594712.

HSL color Cylindrical-coordinate representation of color #181C46: hue angle of 234.78º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #181C46 is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 24 28 70 -
CMYK 0.66 0.60 0 0.73
HSL 234.78º 0.49% 0.18% -
HSV(B) 234.78º 0.66% 0.27% -
XYZ 1.9 1.47 5.98 -
YUV 31.59 149.67 122.58 -
System Red Green Blue C M Y K H S L
Decimal 24 28 70 0.66 0.60 0 0.73 234.78 0.49 0.18
Hex 18 1C 46 42 3C 0 49 EB 31 12
Octal 30 34 106 102 74 0 111 353 61 22
Binary 11000 11100 1000110 1000010 111100 0 1001001 11101011 110001 10010

Color Harmonies of #181C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181C46

Black with #181C46

Text Example


Text Example

White with #181C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,28,70); }

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

background-color css

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

 a { background-color: rgb(24,28,70); }

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

border-color css

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

 span { border-color: rgb(24,28,70); }

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