Html Css Color HEX #10154C Midnight Express

📋 copy color: '#10154C'

red 16 ◦ green 21 ◦ blue 76

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

Shades of Midnight Express #10154C

Tints of Midnight Express #10154C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 67.26%

R = 14.16%
G = 18.58%
B = 67.26%

CMYK

 C value IS 0.79

 M value IS 0.72

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#10154C (or 0x10154C) is known color: Midnight Express. HEX triplet: 10, 15 and 4C. RGB value is (16,21,76). Sum of RGB (Red+Green+Blue) = 16+21+76=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 76 (30.08% from 255 or 67.26% from 113); Max value from RGB is 76 - color contains mainly: blue. Hex color #10154C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10154C is #EFEAB3. Grayscale: #191919. Windows color (decimal): -15723188 or 4986128. OLE color: 4986128.

HSL color Cylindrical-coordinate representation of color #10154C: hue angle of 235º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10154C is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 16 21 76 -
CMYK 0.79 0.72 0 0.70
HSL 235º 0.65% 0.18% -
HSV(B) 235º 0.79% 0.3% -
XYZ 1.79 1.17 6.97 -
YUV 25.78 156.34 121.03 -
System Red Green Blue C M Y K H S L
Decimal 16 21 76 0.79 0.72 0 0.70 235 0.65 0.18
Hex 10 15 4C 4F 48 0 46 EB 41 12
Octal 20 25 114 117 110 0 106 353 101 22
Binary 10000 10101 1001100 1001111 1001000 0 1000110 11101011 1000001 10010

Color Harmonies of #10154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10154C

Black with #10154C

Text Example


Text Example

White with #10154C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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