Html Css Color HEX #111235 Midnight Express

📋 copy color: '#111235'

red 17 ◦ green 18 ◦ blue 53

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

Shades of Midnight Express #111235

Tints of Midnight Express #111235

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20.45%

 BLUE value IS 53 (21.09% from 255) = 60.23%

R = 19.32%
G = 20.45%
B = 60.23%

CMYK

 C value IS 0.68

 M value IS 0.66

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#111235 (or 0x111235) is known color: Midnight Express. HEX triplet: 11, 12 and 35. RGB value is (17,18,53). Sum of RGB (Red+Green+Blue) = 17+18+53=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 53 (21.09% from 255 or 60.23% from 88); Max value from RGB is 53 - color contains mainly: blue. Hex color #111235 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111235 is #EEEDCA. Grayscale: #151515. Windows color (decimal): -15658443 or 3478033. OLE color: 3478033.

HSL color Cylindrical-coordinate representation of color #111235: hue angle of 238.33º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #111235 is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 17 18 53 -
CMYK 0.68 0.66 0 0.79
HSL 238.33º 0.51% 0.14% -
HSV(B) 238.33º 0.68% 0.21% -
XYZ 1.09 0.81 3.47 -
YUV 21.69 145.67 124.65 -
System Red Green Blue C M Y K H S L
Decimal 17 18 53 0.68 0.66 0 0.79 238.33 0.51 0.14
Hex 11 12 35 44 42 0 4F EE 33 E
Octal 21 22 65 104 102 0 117 356 63 16
Binary 10001 10010 110101 1000100 1000010 0 1001111 11101110 110011 1110

Color Harmonies of #111235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111235

Black with #111235

Text Example


Text Example

White with #111235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111235; }

 p { color: rgb(17,18,53); }

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

background-color css

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

 a { background-color: rgb(17,18,53); }

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

border-color css

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

 span { border-color: rgb(17,18,53); }

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