Html Css Color HEX #11123F Midnight Express

📋 copy color: '#11123F'

red 17 ◦ green 18 ◦ blue 63

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

Shades of Midnight Express #11123F

Tints of Midnight Express #11123F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 64.29%

R = 17.35%
G = 18.37%
B = 64.29%

CMYK

 C value IS 0.73

 M value IS 0.71

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#11123F (or 0x11123F) is known color: Midnight Express. HEX triplet: 11, 12 and 3F. RGB value is (17,18,63). Sum of RGB (Red+Green+Blue) = 17+18+63=98 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.35% from 98); Green value is 18 (7.42% from 255 or 18.37% from 98); Blue value is 63 (25% from 255 or 64.29% from 98); Max value from RGB is 63 - color contains mainly: blue. Hex color #11123F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11123F is #EEEDC0. Grayscale: #161616. Windows color (decimal): -15658433 or 4133393. OLE color: 4133393.

HSL color Cylindrical-coordinate representation of color #11123F: hue angle of 238.7º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #11123F is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 18 63 -
CMYK 0.73 0.71 0 0.75
HSL 238.7º 0.58% 0.16% -
HSV(B) 238.7º 0.73% 0.25% -
XYZ 1.34 0.91 4.81 -
YUV 22.83 150.67 123.84 -
System Red Green Blue C M Y K H S L
Decimal 17 18 63 0.73 0.71 0 0.75 238.7 0.58 0.16
Hex 11 12 3F 49 47 0 4B EF 3A 10
Octal 21 22 77 111 107 0 113 357 72 20
Binary 10001 10010 111111 1001001 1000111 0 1001011 11101111 111010 10000

Color Harmonies of #11123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11123F

Black with #11123F

Text Example


Text Example

White with #11123F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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