Html Css Color HEX #10174F Midnight Express

📋 copy color: '#10174F'

red 16 ◦ green 23 ◦ blue 79

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

Shades of Midnight Express #10174F

Tints of Midnight Express #10174F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.49%

 BLUE value IS 79 (31.25% from 255) = 66.95%

R = 13.56%
G = 19.49%
B = 66.95%

CMYK

 C value IS 0.80

 M value IS 0.71

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#10174F (or 0x10174F) is known color: Midnight Express. HEX triplet: 10, 17 and 4F. RGB value is (16,23,79). Sum of RGB (Red+Green+Blue) = 16+23+79=118 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.56% from 118); Green value is 23 (9.38% from 255 or 19.49% from 118); Blue value is 79 (31.25% from 255 or 66.95% from 118); Max value from RGB is 79 - color contains mainly: blue. Hex color #10174F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10174F is #EFE8B0. Grayscale: #1B1B1B. Windows color (decimal): -15722673 or 5183248. OLE color: 5183248.

HSL color Cylindrical-coordinate representation of color #10174F: hue angle of 233.33º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10174F is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 16 23 79 -
CMYK 0.80 0.71 0 0.69
HSL 233.33º 0.66% 0.19% -
HSV(B) 233.33º 0.8% 0.31% -
XYZ 1.93 1.29 7.54 -
YUV 27.29 157.18 119.95 -
System Red Green Blue C M Y K H S L
Decimal 16 23 79 0.80 0.71 0 0.69 233.33 0.66 0.19
Hex 10 17 4F 50 47 0 45 E9 42 13
Octal 20 27 117 120 107 0 105 351 102 23
Binary 10000 10111 1001111 1010000 1000111 0 1000101 11101001 1000010 10011

Color Harmonies of #10174F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10174F

Black with #10174F

Text Example


Text Example

White with #10174F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10174F; }

 p { color: rgb(16,23,79); }

 H1.HeaderClassName
 {
   color: #10174F;
 }
 .AnyTagClassName
 {
   color: #10174F;
 }
</style>

background-color css

<style>
 a { background-color: #10174F; }

 a { background-color: rgb(16,23,79); }

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

border-color css

<style>
 span { border-color: #10174F; }

 span { border-color: rgb(16,23,79); }

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