Html Css Color HEX #10192E Midnight Express

📋 copy color: '#10192E'

red 16 ◦ green 25 ◦ blue 46

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

Shades of Midnight Express #10192E

Tints of Midnight Express #10192E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 52.87%

R = 18.39%
G = 28.74%
B = 52.87%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#10192E (or 0x10192E) is known color: Midnight Express. HEX triplet: 10, 19 and 2E. RGB value is (16,25,46). Sum of RGB (Red+Green+Blue) = 16+25+46=87 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.39% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 46 (18.36% from 255 or 52.87% from 87); Max value from RGB is 46 - color contains mainly: blue. Hex color #10192E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10192E is #EFE6D1. Grayscale: #181818. Windows color (decimal): -15722194 or 3021072. OLE color: 3021072.

HSL color Cylindrical-coordinate representation of color #10192E: hue angle of 222º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #10192E is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 16 25 46 -
CMYK 0.65 0.46 0 0.82
HSL 222º 0.48% 0.12% -
HSV(B) 222º 0.65% 0.18% -
XYZ 1.05 1 2.72 -
YUV 24.7 140.02 121.79 -
System Red Green Blue C M Y K H S L
Decimal 16 25 46 0.65 0.46 0 0.82 222 0.48 0.12
Hex 10 19 2E 41 2E 0 52 DE 30 C
Octal 20 31 56 101 56 0 122 336 60 14
Binary 10000 11001 101110 1000001 101110 0 1010010 11011110 110000 1100

Color Harmonies of #10192E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10192E

Black with #10192E

Text Example


Text Example

White with #10192E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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