Html Css Color HEX #151E40 Midnight Express

📋 copy color: '#151E40'

red 21 ◦ green 30 ◦ blue 64

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

Shades of Midnight Express #151E40

Tints of Midnight Express #151E40

RGB

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

 GREEN value IS 30 (12.11% from 255) = 26.09%

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

R = 18.26%
G = 26.09%
B = 55.65%

CMYK

 C value IS 0.67

 M value IS 0.53

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#151E40 (or 0x151E40) is known color: Midnight Express. HEX triplet: 15, 1E and 40. RGB value is (21,30,64). Sum of RGB (Red+Green+Blue) = 21+30+64=115 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.26% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 64 (25.39% from 255 or 55.65% from 115); Max value from RGB is 64 - color contains mainly: blue. Hex color #151E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151E40 is #EAE1BF. Grayscale: #1F1F1F. Windows color (decimal): -15393216 or 4202005. OLE color: 4202005.

HSL color Cylindrical-coordinate representation of color #151E40: hue angle of 227.44º 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 #151E40 is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 30 64 -
CMYK 0.67 0.53 0 0.75
HSL 227.44º 0.51% 0.17% -
HSV(B) 227.44º 0.67% 0.25% -
XYZ 1.7 1.46 5.04 -
YUV 31.19 146.52 120.74 -
System Red Green Blue C M Y K H S L
Decimal 21 30 64 0.67 0.53 0 0.75 227.44 0.51 0.17
Hex 15 1E 40 43 35 0 4B E3 33 11
Octal 25 36 100 103 65 0 113 343 63 21
Binary 10101 11110 1000000 1000011 110101 0 1001011 11100011 110011 10001

Color Harmonies of #151E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151E40

Black with #151E40

Text Example


Text Example

White with #151E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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