Html Css Color HEX #111F4A Midnight Express

📋 copy color: '#111F4A'

red 17 ◦ green 31 ◦ blue 74

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

Shades of Midnight Express #111F4A

Tints of Midnight Express #111F4A

RGB

 RED value IS 17 (7.03% from 255) = 13.93%

 GREEN value IS 31 (12.5% from 255) = 25.41%

 BLUE value IS 74 (29.3% from 255) = 60.66%

R = 13.93%
G = 25.41%
B = 60.66%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#111F4A (or 0x111F4A) is known color: Midnight Express. HEX triplet: 11, 1F and 4A. RGB value is (17,31,74). Sum of RGB (Red+Green+Blue) = 17+31+74=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 31 (12.5% from 255 or 25.41% from 122); Blue value is 74 (29.30% from 255 or 60.66% from 122); Max value from RGB is 74 - color contains mainly: blue. Hex color #111F4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111F4A is #EEE0B5. Grayscale: #1F1F1F. Windows color (decimal): -15655094 or 4857617. OLE color: 4857617.

HSL color Cylindrical-coordinate representation of color #111F4A: hue angle of 225.26º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #111F4A is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 31 74 -
CMYK 0.77 0.58 0 0.71
HSL 225.26º 0.63% 0.18% -
HSV(B) 225.26º 0.77% 0.29% -
XYZ 1.96 1.59 6.68 -
YUV 31.72 151.86 117.5 -
System Red Green Blue C M Y K H S L
Decimal 17 31 74 0.77 0.58 0 0.71 225.26 0.63 0.18
Hex 11 1F 4A 4D 3A 0 47 E1 3F 12
Octal 21 37 112 115 72 0 107 341 77 22
Binary 10001 11111 1001010 1001101 111010 0 1000111 11100001 111111 10010

Color Harmonies of #111F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111F4A

Black with #111F4A

Text Example


Text Example

White with #111F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111F4A; }

 p { color: rgb(17,31,74); }

 H1.HeaderClassName
 {
   color: #111F4A;
 }
 .AnyTagClassName
 {
   color: #111F4A;
 }
</style>

background-color css

<style>
 a { background-color: #111F4A; }

 a { background-color: rgb(17,31,74); }

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

border-color css

<style>
 span { border-color: #111F4A; }

 span { border-color: rgb(17,31,74); }

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