Html Css Color HEX #10144C Midnight Express

📋 copy color: '#10144C'

red 16 ◦ green 20 ◦ blue 76

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

Shades of Midnight Express #10144C

Tints of Midnight Express #10144C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.86%

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

R = 14.29%
G = 17.86%
B = 67.86%

CMYK

 C value IS 0.79

 M value IS 0.74

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#10144C (or 0x10144C) is known color: Midnight Express. HEX triplet: 10, 14 and 4C. RGB value is (16,20,76). Sum of RGB (Red+Green+Blue) = 16+20+76=112 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.29% from 112); Green value is 20 (8.20% from 255 or 17.86% from 112); Blue value is 76 (30.08% from 255 or 67.86% from 112); Max value from RGB is 76 - color contains mainly: blue. Hex color #10144C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10144C is #EFEBB3. Grayscale: #181818. Windows color (decimal): -15723444 or 4985872. OLE color: 4985872.

HSL color Cylindrical-coordinate representation of color #10144C: hue angle of 236º 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 #10144C is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 16 20 76 -
CMYK 0.79 0.74 0 0.70
HSL 236º 0.65% 0.18% -
HSV(B) 236º 0.79% 0.3% -
XYZ 1.77 1.13 6.96 -
YUV 25.19 156.67 121.45 -
System Red Green Blue C M Y K H S L
Decimal 16 20 76 0.79 0.74 0 0.70 236 0.65 0.18
Hex 10 14 4C 4F 4A 0 46 EC 41 12
Octal 20 24 114 117 112 0 106 354 101 22
Binary 10000 10100 1001100 1001111 1001010 0 1000110 11101100 1000001 10010

Color Harmonies of #10144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10144C

Black with #10144C

Text Example


Text Example

White with #10144C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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