Html Css Color HEX #10134C Midnight Express

📋 copy color: '#10134C'

red 16 ◦ green 19 ◦ blue 76

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

Shades of Midnight Express #10134C

Tints of Midnight Express #10134C

RGB

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

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

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

R = 14.41%
G = 17.12%
B = 68.47%

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

#10134C (or 0x10134C) is known color: Midnight Express. HEX triplet: 10, 13 and 4C. RGB value is (16,19,76). Sum of RGB (Red+Green+Blue) = 16+19+76=111 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.41% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 76 (30.08% from 255 or 68.47% from 111); Max value from RGB is 76 - color contains mainly: blue. Hex color #10134C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10134C is #EFECB3. Grayscale: #181818. Windows color (decimal): -15723700 or 4985616. OLE color: 4985616.

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

Color convert

RGB 16 19 76 -
CMYK 0.79 0.75 0 0.70
HSL 237º 0.65% 0.18% -
HSV(B) 237º 0.79% 0.3% -
XYZ 1.75 1.1 6.96 -
YUV 24.6 157.01 121.87 -
System Red Green Blue C M Y K H S L
Decimal 16 19 76 0.79 0.75 0 0.70 237 0.65 0.18
Hex 10 13 4C 4F 4B 0 46 ED 41 12
Octal 20 23 114 117 113 0 106 355 101 22
Binary 10000 10011 1001100 1001111 1001011 0 1000110 11101101 1000001 10010

Color Harmonies of #10134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10134C

Black with #10134C

Text Example


Text Example

White with #10134C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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