Html Css Color HEX #10172F Midnight Express

📋 copy color: '#10172F'

red 16 ◦ green 23 ◦ blue 47

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

Shades of Midnight Express #10172F

Tints of Midnight Express #10172F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 54.65%

R = 18.6%
G = 26.74%
B = 54.65%

CMYK

 C value IS 0.66

 M value IS 0.51

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#10172F (or 0x10172F) is known color: Midnight Express. HEX triplet: 10, 17 and 2F. RGB value is (16,23,47). Sum of RGB (Red+Green+Blue) = 16+23+47=86 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.60% from 86); Green value is 23 (9.38% from 255 or 26.74% from 86); Blue value is 47 (18.75% from 255 or 54.65% from 86); Max value from RGB is 47 - color contains mainly: blue. Hex color #10172F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10172F is #EFE8D0. Grayscale: #171717. Windows color (decimal): -15722705 or 3086096. OLE color: 3086096.

HSL color Cylindrical-coordinate representation of color #10172F: hue angle of 226.45º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #10172F is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 16 23 47 -
CMYK 0.66 0.51 0 0.82
HSL 226.45º 0.49% 0.12% -
HSV(B) 226.45º 0.66% 0.18% -
XYZ 1.03 0.93 2.81 -
YUV 23.64 141.18 122.55 -
System Red Green Blue C M Y K H S L
Decimal 16 23 47 0.66 0.51 0 0.82 226.45 0.49 0.12
Hex 10 17 2F 42 33 0 52 E2 31 C
Octal 20 27 57 102 63 0 122 342 61 14
Binary 10000 10111 101111 1000010 110011 0 1010010 11100010 110001 1100

Color Harmonies of #10172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10172F

Black with #10172F

Text Example


Text Example

White with #10172F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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