Html Css Color HEX #10193C Midnight Express

📋 copy color: '#10193C'

red 16 ◦ green 25 ◦ blue 60

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

Shades of Midnight Express #10193C

Tints of Midnight Express #10193C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 59.41%

R = 15.84%
G = 24.75%
B = 59.41%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#10193C (or 0x10193C) is known color: Midnight Express. HEX triplet: 10, 19 and 3C. RGB value is (16,25,60). Sum of RGB (Red+Green+Blue) = 16+25+60=101 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.84% from 101); Green value is 25 (10.16% from 255 or 24.75% from 101); Blue value is 60 (23.83% from 255 or 59.41% from 101); Max value from RGB is 60 - color contains mainly: blue. Hex color #10193C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10193C is #EFE6C3. Grayscale: #1A1A1A. Windows color (decimal): -15722180 or 3938576. OLE color: 3938576.

HSL color Cylindrical-coordinate representation of color #10193C: hue angle of 227.73º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #10193C is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 16 25 60 -
CMYK 0.73 0.58 0 0.76
HSL 227.73º 0.58% 0.15% -
HSV(B) 227.73º 0.73% 0.24% -
XYZ 1.38 1.13 4.42 -
YUV 26.3 147.02 120.65 -
System Red Green Blue C M Y K H S L
Decimal 16 25 60 0.73 0.58 0 0.76 227.73 0.58 0.15
Hex 10 19 3C 49 3A 0 4C E4 3A F
Octal 20 31 74 111 72 0 114 344 72 17
Binary 10000 11001 111100 1001001 111010 0 1001100 11100100 111010 1111

Color Harmonies of #10193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10193C

Black with #10193C

Text Example


Text Example

White with #10193C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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