Html Css Color HEX #10134D Midnight Express

📋 copy color: '#10134D'

red 16 ◦ green 19 ◦ blue 77

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

Shades of Midnight Express #10134D

Tints of Midnight Express #10134D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.96%

 BLUE value IS 77 (30.47% from 255) = 68.75%

R = 14.29%
G = 16.96%
B = 68.75%

CMYK

 C value IS 0.79

 M value IS 0.75

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#10134D (or 0x10134D) is known color: Midnight Express. HEX triplet: 10, 13 and 4D. RGB value is (16,19,77). Sum of RGB (Red+Green+Blue) = 16+19+77=112 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.29% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 77 (30.47% from 255 or 68.75% from 112); Max value from RGB is 77 - color contains mainly: blue. Hex color #10134D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10134D is #EFECB2. Grayscale: #181818. Windows color (decimal): -15723699 or 5051152. OLE color: 5051152.

HSL color Cylindrical-coordinate representation of color #10134D: hue angle of 237.05º degrees, saturation: 0.66, 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 #10134D is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 16 19 77 -
CMYK 0.79 0.75 0 0.70
HSL 237.05º 0.66% 0.18% -
HSV(B) 237.05º 0.79% 0.3% -
XYZ 1.79 1.11 7.14 -
YUV 24.72 157.51 121.78 -
System Red Green Blue C M Y K H S L
Decimal 16 19 77 0.79 0.75 0 0.70 237.05 0.66 0.18
Hex 10 13 4D 4F 4B 0 46 ED 42 12
Octal 20 23 115 117 113 0 106 355 102 22
Binary 10000 10011 1001101 1001111 1001011 0 1000110 11101101 1000010 10010

Color Harmonies of #10134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10134D

Black with #10134D

Text Example


Text Example

White with #10134D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10134D; }

 p { color: rgb(16,19,77); }

 H1.HeaderClassName
 {
   color: #10134D;
 }
 .AnyTagClassName
 {
   color: #10134D;
 }
</style>

background-color css

<style>
 a { background-color: #10134D; }

 a { background-color: rgb(16,19,77); }

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

border-color css

<style>
 span { border-color: #10134D; }

 span { border-color: rgb(16,19,77); }

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