Html Css Color HEX #11234C Midnight Express

📋 copy color: '#11234C'

red 17 ◦ green 35 ◦ blue 76

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

Shades of Midnight Express #11234C

Tints of Midnight Express #11234C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 27.34%

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

R = 13.28%
G = 27.34%
B = 59.38%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#11234C (or 0x11234C) is known color: Midnight Express. HEX triplet: 11, 23 and 4C. RGB value is (17,35,76). Sum of RGB (Red+Green+Blue) = 17+35+76=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 76 (30.08% from 255 or 59.38% from 128); Max value from RGB is 76 - color contains mainly: blue. Hex color #11234C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11234C is #EEDCB3. Grayscale: #222222. Windows color (decimal): -15654068 or 4989713. OLE color: 4989713.

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

Color convert

RGB 17 35 76 -
CMYK 0.78 0.54 0 0.70
HSL 221.69º 0.63% 0.18% -
HSV(B) 221.69º 0.78% 0.3% -
XYZ 2.14 1.84 7.08 -
YUV 34.29 151.54 115.67 -
System Red Green Blue C M Y K H S L
Decimal 17 35 76 0.78 0.54 0 0.70 221.69 0.63 0.18
Hex 11 23 4C 4E 36 0 46 DE 3F 12
Octal 21 43 114 116 66 0 106 336 77 22
Binary 10001 100011 1001100 1001110 110110 0 1000110 11011110 111111 10010

Color Harmonies of #11234C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11234C

Black with #11234C

Text Example


Text Example

White with #11234C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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