Html Css Color HEX #10144F Midnight Express

📋 copy color: '#10144F'

red 16 ◦ green 20 ◦ blue 79

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

Shades of Midnight Express #10144F

Tints of Midnight Express #10144F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.39%

 BLUE value IS 79 (31.25% from 255) = 68.7%

R = 13.91%
G = 17.39%
B = 68.7%

CMYK

 C value IS 0.80

 M value IS 0.75

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#10144F (or 0x10144F) is known color: Midnight Express. HEX triplet: 10, 14 and 4F. RGB value is (16,20,79). Sum of RGB (Red+Green+Blue) = 16+20+79=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 79 (31.25% from 255 or 68.70% from 115); Max value from RGB is 79 - color contains mainly: blue. Hex color #10144F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10144F is #EFEBB0. Grayscale: #191919. Windows color (decimal): -15723441 or 5182480. OLE color: 5182480.

HSL color Cylindrical-coordinate representation of color #10144F: hue angle of 236.19º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10144F is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 16 20 79 -
CMYK 0.80 0.75 0 0.69
HSL 236.19º 0.66% 0.19% -
HSV(B) 236.19º 0.8% 0.31% -
XYZ 1.88 1.17 7.53 -
YUV 25.53 158.17 121.2 -
System Red Green Blue C M Y K H S L
Decimal 16 20 79 0.80 0.75 0 0.69 236.19 0.66 0.19
Hex 10 14 4F 50 4B 0 45 EC 42 13
Octal 20 24 117 120 113 0 105 354 102 23
Binary 10000 10100 1001111 1010000 1001011 0 1000101 11101100 1000010 10011

Color Harmonies of #10144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10144F

Black with #10144F

Text Example


Text Example

White with #10144F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,20,79); }

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

background-color css

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

 a { background-color: rgb(16,20,79); }

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

border-color css

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

 span { border-color: rgb(16,20,79); }

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