Html Css Color HEX #10134A Midnight Express

📋 copy color: '#10134A'

red 16 ◦ green 19 ◦ blue 74

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

Shades of Midnight Express #10134A

Tints of Midnight Express #10134A

RGB

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

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

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

R = 14.68%
G = 17.43%
B = 67.89%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#10134A (or 0x10134A) is known color: Midnight Express. HEX triplet: 10, 13 and 4A. RGB value is (16,19,74). Sum of RGB (Red+Green+Blue) = 16+19+74=109 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.68% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 74 (29.30% from 255 or 67.89% from 109); Max value from RGB is 74 - color contains mainly: blue. Hex color #10134A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10134A is #EFECB5. Grayscale: #181818. Windows color (decimal): -15723702 or 4854544. OLE color: 4854544.

HSL color Cylindrical-coordinate representation of color #10134A: hue angle of 236.9º 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 #10134A is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 16 19 74 -
CMYK 0.78 0.74 0 0.71
HSL 236.9º 0.64% 0.18% -
HSV(B) 236.9º 0.78% 0.29% -
XYZ 1.68 1.07 6.6 -
YUV 24.37 156.01 122.03 -
System Red Green Blue C M Y K H S L
Decimal 16 19 74 0.78 0.74 0 0.71 236.9 0.64 0.18
Hex 10 13 4A 4E 4A 0 47 ED 40 12
Octal 20 23 112 116 112 0 107 355 100 22
Binary 10000 10011 1001010 1001110 1001010 0 1000111 11101101 1000000 10010

Color Harmonies of #10134A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10134A

Black with #10134A

Text Example


Text Example

White with #10134A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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