Html Css Color HEX #11254C Midnight Express

📋 copy color: '#11254C'

red 17 ◦ green 37 ◦ blue 76

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

Shades of Midnight Express #11254C

Tints of Midnight Express #11254C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 58.46%

R = 13.08%
G = 28.46%
B = 58.46%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#11254C (or 0x11254C) is known color: Midnight Express. HEX triplet: 11, 25 and 4C. RGB value is (17,37,76). Sum of RGB (Red+Green+Blue) = 17+37+76=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 37 (14.84% from 255 or 28.46% from 130); Blue value is 76 (30.08% from 255 or 58.46% from 130); Max value from RGB is 76 - color contains mainly: blue. Hex color #11254C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11254C is #EEDAB3. Grayscale: #232323. Windows color (decimal): -15653556 or 4990225. OLE color: 4990225.

HSL color Cylindrical-coordinate representation of color #11254C: hue angle of 219.66º degrees, saturation: 0.63, 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 #11254C is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 37 76 -
CMYK 0.78 0.51 0 0.70
HSL 219.66º 0.63% 0.18% -
HSV(B) 219.66º 0.78% 0.3% -
XYZ 2.2 1.96 7.1 -
YUV 35.47 150.87 114.83 -
System Red Green Blue C M Y K H S L
Decimal 17 37 76 0.78 0.51 0 0.70 219.66 0.63 0.18
Hex 11 25 4C 4E 33 0 46 DC 3F 12
Octal 21 45 114 116 63 0 106 334 77 22
Binary 10001 100101 1001100 1001110 110011 0 1000110 11011100 111111 10010

Color Harmonies of #11254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11254C

Black with #11254C

Text Example


Text Example

White with #11254C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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