Html Css Color HEX #151A48 Midnight Express

📋 copy color: '#151A48'

red 21 ◦ green 26 ◦ blue 72

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

Shades of Midnight Express #151A48

Tints of Midnight Express #151A48

RGB

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

 GREEN value IS 26 (10.55% from 255) = 21.85%

 BLUE value IS 72 (28.52% from 255) = 60.5%

R = 17.65%
G = 21.85%
B = 60.5%

CMYK

 C value IS 0.71

 M value IS 0.64

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#151A48 (or 0x151A48) is known color: Midnight Express. HEX triplet: 15, 1A and 48. RGB value is (21,26,72). Sum of RGB (Red+Green+Blue) = 21+26+72=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 26 (10.55% from 255 or 21.85% from 119); Blue value is 72 (28.52% from 255 or 60.50% from 119); Max value from RGB is 72 - color contains mainly: blue. Hex color #151A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151A48 is #EAE5B7. Grayscale: #1D1D1D. Windows color (decimal): -15394232 or 4725269. OLE color: 4725269.

HSL color Cylindrical-coordinate representation of color #151A48: hue angle of 234.12º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #151A48 is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 21 26 72 -
CMYK 0.71 0.64 0 0.72
HSL 234.12º 0.55% 0.18% -
HSV(B) 234.12º 0.71% 0.28% -
XYZ 1.85 1.37 6.3 -
YUV 29.75 151.84 121.76 -
System Red Green Blue C M Y K H S L
Decimal 21 26 72 0.71 0.64 0 0.72 234.12 0.55 0.18
Hex 15 1A 48 47 40 0 48 EA 37 12
Octal 25 32 110 107 100 0 110 352 67 22
Binary 10101 11010 1001000 1000111 1000000 0 1001000 11101010 110111 10010

Color Harmonies of #151A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151A48

Black with #151A48

Text Example


Text Example

White with #151A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,26,72); }

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

background-color css

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

 a { background-color: rgb(21,26,72); }

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

border-color css

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

 span { border-color: rgb(21,26,72); }

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