Html Css Color HEX #111C4B Midnight Express

📋 copy color: '#111C4B'

red 17 ◦ green 28 ◦ blue 75

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

Shades of Midnight Express #111C4B

Tints of Midnight Express #111C4B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 23.33%

 BLUE value IS 75 (29.69% from 255) = 62.5%

R = 14.17%
G = 23.33%
B = 62.5%

CMYK

 C value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#111C4B (or 0x111C4B) is known color: Midnight Express. HEX triplet: 11, 1C and 4B. RGB value is (17,28,75). Sum of RGB (Red+Green+Blue) = 17+28+75=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 28 (11.33% from 255 or 23.33% from 120); Blue value is 75 (29.69% from 255 or 62.5% from 120); Max value from RGB is 75 - color contains mainly: blue. Hex color #111C4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111C4B is #EEE3B4. Grayscale: #1D1D1D. Windows color (decimal): -15655861 or 4922385. OLE color: 4922385.

HSL color Cylindrical-coordinate representation of color #111C4B: hue angle of 228.62º 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 #111C4B is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 28 75 -
CMYK 0.77 0.63 0 0.71
HSL 228.62º 0.63% 0.18% -
HSV(B) 228.62º 0.77% 0.29% -
XYZ 1.92 1.46 6.84 -
YUV 30.07 153.36 118.68 -
System Red Green Blue C M Y K H S L
Decimal 17 28 75 0.77 0.63 0 0.71 228.62 0.63 0.18
Hex 11 1C 4B 4D 3F 0 47 E5 3F 12
Octal 21 34 113 115 77 0 107 345 77 22
Binary 10001 11100 1001011 1001101 111111 0 1000111 11100101 111111 10010

Color Harmonies of #111C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111C4B

Black with #111C4B

Text Example


Text Example

White with #111C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,28,75); }

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

background-color css

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

 a { background-color: rgb(17,28,75); }

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

border-color css

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

 span { border-color: rgb(17,28,75); }

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