Html Css Color HEX #151A4A Midnight Express

📋 copy color: '#151A4A'

red 21 ◦ green 26 ◦ blue 74

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

Shades of Midnight Express #151A4A

Tints of Midnight Express #151A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 61.16%

R = 17.36%
G = 21.49%
B = 61.16%

CMYK

 C value IS 0.72

 M value IS 0.65

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#151A4A (or 0x151A4A) is known color: Midnight Express. HEX triplet: 15, 1A and 4A. RGB value is (21,26,74). Sum of RGB (Red+Green+Blue) = 21+26+74=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 74 (29.30% from 255 or 61.16% from 121); Max value from RGB is 74 - color contains mainly: blue. Hex color #151A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151A4A is #EAE5B5. Grayscale: #1D1D1D. Windows color (decimal): -15394230 or 4856341. OLE color: 4856341.

HSL color Cylindrical-coordinate representation of color #151A4A: hue angle of 234.34º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #151A4A is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 21 26 74 -
CMYK 0.72 0.65 0 0.71
HSL 234.34º 0.56% 0.19% -
HSV(B) 234.34º 0.72% 0.29% -
XYZ 1.91 1.39 6.65 -
YUV 29.98 152.84 121.6 -
System Red Green Blue C M Y K H S L
Decimal 21 26 74 0.72 0.65 0 0.71 234.34 0.56 0.19
Hex 15 1A 4A 48 41 0 47 EA 38 13
Octal 25 32 112 110 101 0 107 352 70 23
Binary 10101 11010 1001010 1001000 1000001 0 1000111 11101010 111000 10011

Color Harmonies of #151A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151A4A

Black with #151A4A

Text Example


Text Example

White with #151A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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