Html Css Color HEX #11254D Midnight Express

📋 copy color: '#11254D'

red 17 ◦ green 37 ◦ blue 77

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

Shades of Midnight Express #11254D

Tints of Midnight Express #11254D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.24%

 BLUE value IS 77 (30.47% from 255) = 58.78%

R = 12.98%
G = 28.24%
B = 58.78%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#11254D (or 0x11254D) is known color: Midnight Express. HEX triplet: 11, 25 and 4D. RGB value is (17,37,77). Sum of RGB (Red+Green+Blue) = 17+37+77=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 77 (30.47% from 255 or 58.78% from 131); Max value from RGB is 77 - color contains mainly: blue. Hex color #11254D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11254D is #EEDAB2. Grayscale: #232323. Windows color (decimal): -15653555 or 5055761. OLE color: 5055761.

HSL color Cylindrical-coordinate representation of color #11254D: hue angle of 220º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11254D is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 37 77 -
CMYK 0.78 0.52 0 0.70
HSL 220º 0.64% 0.18% -
HSV(B) 220º 0.78% 0.3% -
XYZ 2.23 1.98 7.29 -
YUV 35.58 151.37 114.75 -
System Red Green Blue C M Y K H S L
Decimal 17 37 77 0.78 0.52 0 0.70 220 0.64 0.18
Hex 11 25 4D 4E 34 0 46 DC 40 12
Octal 21 45 115 116 64 0 106 334 100 22
Binary 10001 100101 1001101 1001110 110100 0 1000110 11011100 1000000 10010

Color Harmonies of #11254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11254D

Black with #11254D

Text Example


Text Example

White with #11254D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11254D; }

 p { color: rgb(17,37,77); }

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

background-color css

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

 a { background-color: rgb(17,37,77); }

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

border-color css

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

 span { border-color: rgb(17,37,77); }

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