Html Css Color HEX #10192F Midnight Express

📋 copy color: '#10192F'

red 16 ◦ green 25 ◦ blue 47

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

Shades of Midnight Express #10192F

Tints of Midnight Express #10192F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 28.41%

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

R = 18.18%
G = 28.41%
B = 53.41%

CMYK

 C value IS 0.66

 M value IS 0.47

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#10192F (or 0x10192F) is known color: Midnight Express. HEX triplet: 10, 19 and 2F. RGB value is (16,25,47). Sum of RGB (Red+Green+Blue) = 16+25+47=88 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.18% from 88); Green value is 25 (10.16% from 255 or 28.41% from 88); Blue value is 47 (18.75% from 255 or 53.41% from 88); Max value from RGB is 47 - color contains mainly: blue. Hex color #10192F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10192F is #EFE6D0. Grayscale: #181818. Windows color (decimal): -15722193 or 3086608. OLE color: 3086608.

HSL color Cylindrical-coordinate representation of color #10192F: hue angle of 222.58º 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 #10192F is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 16 25 47 -
CMYK 0.66 0.47 0 0.82
HSL 222.58º 0.49% 0.12% -
HSV(B) 222.58º 0.66% 0.18% -
XYZ 1.07 1.01 2.83 -
YUV 24.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 16 25 47 0.66 0.47 0 0.82 222.58 0.49 0.12
Hex 10 19 2F 42 2F 0 52 DF 31 C
Octal 20 31 57 102 57 0 122 337 61 14
Binary 10000 11001 101111 1000010 101111 0 1010010 11011111 110001 1100

Color Harmonies of #10192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10192F

Black with #10192F

Text Example


Text Example

White with #10192F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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