Html Css Color HEX #10194C Midnight Express

📋 copy color: '#10194C'

red 16 ◦ green 25 ◦ blue 76

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

Shades of Midnight Express #10194C

Tints of Midnight Express #10194C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 64.96%

R = 13.68%
G = 21.37%
B = 64.96%

CMYK

 C value IS 0.79

 M value IS 0.67

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#10194C (or 0x10194C) is known color: Midnight Express. HEX triplet: 10, 19 and 4C. RGB value is (16,25,76). Sum of RGB (Red+Green+Blue) = 16+25+76=117 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.68% from 117); Green value is 25 (10.16% from 255 or 21.37% from 117); Blue value is 76 (30.08% from 255 or 64.96% from 117); Max value from RGB is 76 - color contains mainly: blue. Hex color #10194C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10194C is #EFE6B3. Grayscale: #1B1B1B. Windows color (decimal): -15722164 or 4987152. OLE color: 4987152.

HSL color Cylindrical-coordinate representation of color #10194C: hue angle of 231º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10194C is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 16 25 76 -
CMYK 0.79 0.67 0 0.70
HSL 231º 0.65% 0.18% -
HSV(B) 231º 0.79% 0.3% -
XYZ 1.87 1.33 7 -
YUV 28.12 155.02 119.35 -
System Red Green Blue C M Y K H S L
Decimal 16 25 76 0.79 0.67 0 0.70 231 0.65 0.18
Hex 10 19 4C 4F 43 0 46 E7 41 12
Octal 20 31 114 117 103 0 106 347 101 22
Binary 10000 11001 1001100 1001111 1000011 0 1000110 11100111 1000001 10010

Color Harmonies of #10194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10194C

Black with #10194C

Text Example


Text Example

White with #10194C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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