Html Css Color HEX #11133F Midnight Express

📋 copy color: '#11133F'

red 17 ◦ green 19 ◦ blue 63

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

Shades of Midnight Express #11133F

Tints of Midnight Express #11133F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 19.19%

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

R = 17.17%
G = 19.19%
B = 63.64%

CMYK

 C value IS 0.73

 M value IS 0.70

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#11133F (or 0x11133F) is known color: Midnight Express. HEX triplet: 11, 13 and 3F. RGB value is (17,19,63). Sum of RGB (Red+Green+Blue) = 17+19+63=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 63 (25% from 255 or 63.64% from 99); Max value from RGB is 63 - color contains mainly: blue. Hex color #11133F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11133F is #EEECC0. Grayscale: #171717. Windows color (decimal): -15658177 or 4133649. OLE color: 4133649.

HSL color Cylindrical-coordinate representation of color #11133F: hue angle of 237.39º 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 #11133F is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 19 63 -
CMYK 0.73 0.70 0 0.75
HSL 237.39º 0.58% 0.16% -
HSV(B) 237.39º 0.73% 0.25% -
XYZ 1.36 0.94 4.81 -
YUV 23.42 150.34 123.42 -
System Red Green Blue C M Y K H S L
Decimal 17 19 63 0.73 0.70 0 0.75 237.39 0.58 0.16
Hex 11 13 3F 49 46 0 4B ED 3A 10
Octal 21 23 77 111 106 0 113 355 72 20
Binary 10001 10011 111111 1001001 1000110 0 1001011 11101101 111010 10000

Color Harmonies of #11133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11133F

Black with #11133F

Text Example


Text Example

White with #11133F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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