Html Css Color HEX #181B4B Midnight Express

📋 copy color: '#181B4B'

red 24 ◦ green 27 ◦ blue 75

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

Shades of Midnight Express #181B4B

Tints of Midnight Express #181B4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 59.52%

R = 19.05%
G = 21.43%
B = 59.52%

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

#181B4B (or 0x181B4B) is known color: Midnight Express. HEX triplet: 18, 1B and 4B. RGB value is (24,27,75). Sum of RGB (Red+Green+Blue) = 24+27+75=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 75 (29.69% from 255 or 59.52% from 126); Max value from RGB is 75 - color contains mainly: blue. Hex color #181B4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181B4B is #E7E4B4. Grayscale: #1F1F1F. Windows color (decimal): -15197365 or 4922136. OLE color: 4922136.

HSL color Cylindrical-coordinate representation of color #181B4B: hue angle of 236.47º degrees, saturation: 0.52, 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 #181B4B is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 24 27 75 -
CMYK 0.68 0.64 0 0.71
HSL 236.47º 0.52% 0.19% -
HSV(B) 236.47º 0.68% 0.29% -
XYZ 2.04 1.49 6.84 -
YUV 31.58 152.51 122.6 -
System Red Green Blue C M Y K H S L
Decimal 24 27 75 0.68 0.64 0 0.71 236.47 0.52 0.19
Hex 18 1B 4B 44 40 0 47 EC 34 13
Octal 30 33 113 104 100 0 107 354 64 23
Binary 11000 11011 1001011 1000100 1000000 0 1000111 11101100 110100 10011

Color Harmonies of #181B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181B4B

Black with #181B4B

Text Example


Text Example

White with #181B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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