Html Css Color HEX #151B40 Midnight Express

📋 copy color: '#151B40'

red 21 ◦ green 27 ◦ blue 64

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

Shades of Midnight Express #151B40

Tints of Midnight Express #151B40

RGB

 RED value IS 21 (8.59% from 255) = 18.75%

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

 BLUE value IS 64 (25.39% from 255) = 57.14%

R = 18.75%
G = 24.11%
B = 57.14%

CMYK

 C value IS 0.67

 M value IS 0.58

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#151B40 (or 0x151B40) is known color: Midnight Express. HEX triplet: 15, 1B and 40. RGB value is (21,27,64). Sum of RGB (Red+Green+Blue) = 21+27+64=112 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.75% from 112); Green value is 27 (10.94% from 255 or 24.11% from 112); Blue value is 64 (25.39% from 255 or 57.14% from 112); Max value from RGB is 64 - color contains mainly: blue. Hex color #151B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151B40 is #EAE4BF. Grayscale: #1D1D1D. Windows color (decimal): -15393984 or 4201237. OLE color: 4201237.

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

Color convert

RGB 21 27 64 -
CMYK 0.67 0.58 0 0.75
HSL 231.63º 0.51% 0.17% -
HSV(B) 231.63º 0.67% 0.25% -
XYZ 1.63 1.31 5.02 -
YUV 29.42 147.51 121.99 -
System Red Green Blue C M Y K H S L
Decimal 21 27 64 0.67 0.58 0 0.75 231.63 0.51 0.17
Hex 15 1B 40 43 3A 0 4B E8 33 11
Octal 25 33 100 103 72 0 113 350 63 21
Binary 10101 11011 1000000 1000011 111010 0 1001011 11101000 110011 10001

Color Harmonies of #151B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151B40

Black with #151B40

Text Example


Text Example

White with #151B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151B40; }

 p { color: rgb(21,27,64); }

 H1.HeaderClassName
 {
   color: #151B40;
 }
 .AnyTagClassName
 {
   color: #151B40;
 }
</style>

background-color css

<style>
 a { background-color: #151B40; }

 a { background-color: rgb(21,27,64); }

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

border-color css

<style>
 span { border-color: #151B40; }

 span { border-color: rgb(21,27,64); }

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