Html Css Color HEX #111C30 Midnight Express

📋 copy color: '#111C30'

red 17 ◦ green 28 ◦ blue 48

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

Shades of Midnight Express #111C30

Tints of Midnight Express #111C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 51.61%

R = 18.28%
G = 30.11%
B = 51.61%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#111C30 (or 0x111C30) is known color: Midnight Express. HEX triplet: 11, 1C and 30. RGB value is (17,28,48). Sum of RGB (Red+Green+Blue) = 17+28+48=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 48 (19.14% from 255 or 51.61% from 93); Max value from RGB is 48 - color contains mainly: blue. Hex color #111C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111C30 is #EEE3CF. Grayscale: #1A1A1A. Windows color (decimal): -15655888 or 3152913. OLE color: 3152913.

HSL color Cylindrical-coordinate representation of color #111C30: hue angle of 218.71º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #111C30 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 28 48 -
CMYK 0.65 0.42 0 0.81
HSL 218.71º 0.48% 0.13% -
HSV(B) 218.71º 0.65% 0.19% -
XYZ 1.18 1.16 2.96 -
YUV 26.99 139.86 120.87 -
System Red Green Blue C M Y K H S L
Decimal 17 28 48 0.65 0.42 0 0.81 218.71 0.48 0.13
Hex 11 1C 30 41 2A 0 51 DB 30 D
Octal 21 34 60 101 52 0 121 333 60 15
Binary 10001 11100 110000 1000001 101010 0 1010001 11011011 110000 1101

Color Harmonies of #111C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111C30

Black with #111C30

Text Example


Text Example

White with #111C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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