Html Css Color HEX #10154A Midnight Express

📋 copy color: '#10154A'

red 16 ◦ green 21 ◦ blue 74

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

Shades of Midnight Express #10154A

Tints of Midnight Express #10154A

RGB

 RED value IS 16 (6.64% from 255) = 14.41%

 GREEN value IS 21 (8.59% from 255) = 18.92%

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

R = 14.41%
G = 18.92%
B = 66.67%

CMYK

 C value IS 0.78

 M value IS 0.72

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#10154A (or 0x10154A) is known color: Midnight Express. HEX triplet: 10, 15 and 4A. RGB value is (16,21,74). Sum of RGB (Red+Green+Blue) = 16+21+74=111 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.41% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 74 (29.30% from 255 or 66.67% from 111); Max value from RGB is 74 - color contains mainly: blue. Hex color #10154A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10154A is #EFEAB5. Grayscale: #191919. Windows color (decimal): -15723190 or 4855056. OLE color: 4855056.

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

Color convert

RGB 16 21 74 -
CMYK 0.78 0.72 0 0.71
HSL 234.83º 0.64% 0.18% -
HSV(B) 234.83º 0.78% 0.29% -
XYZ 1.72 1.14 6.61 -
YUV 25.55 155.34 121.19 -
System Red Green Blue C M Y K H S L
Decimal 16 21 74 0.78 0.72 0 0.71 234.83 0.64 0.18
Hex 10 15 4A 4E 48 0 47 EB 40 12
Octal 20 25 112 116 110 0 107 353 100 22
Binary 10000 10101 1001010 1001110 1001000 0 1000111 11101011 1000000 10010

Color Harmonies of #10154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10154A

Black with #10154A

Text Example


Text Example

White with #10154A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10154A; }

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

 H1.HeaderClassName
 {
   color: #10154A;
 }
 .AnyTagClassName
 {
   color: #10154A;
 }
</style>

background-color css

<style>
 a { background-color: #10154A; }

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

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

border-color css

<style>
 span { border-color: #10154A; }

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

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