#12113E

Color #12113E Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #12113E

Tints of Midnight Express #12113E

Color information

#12113E (or 0x12113E) is unknown color: approx Midnight Express. HEX triplet: 12, 11 and 3E. RGB value is (18,17,62). Sum of RGB (Red+Green+Blue) = 18+17+62=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 17 (7.03% from 255 or 17.53% from 97); Blue value is 62 (24.61% from 255 or 63.92% from 97); Max value from RGB is 62 - color contains mainly: blue. Hex color #12113E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12113E is #EDEEC1. Grayscale: #161616. Windows color (decimal): -15593154 or 4067602. OLE color: 4067602.

HSL color Cylindrical-coordinate representation of color #12113E: hue angle of 241.33º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #12113E is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB181762-
CMYK0.710.7300.76
HSL241.33º56.96%15.49%-
HSV(B)241.33º72.58%24.31%-
XYZ1.320.884.66-
YUV22.43150.33124.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.56%
GREEN value IS 17 (7.03% from 255) = 17.53%
BLUE value IS 62 (24.61% from 255) = 63.92%
R=18.56%
G=17.53%
B=63.92%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1817620.710.7300.76241.3356.9615.49
Hex12113E474904Cf139f
Octal22217610711101143617117
Binary10010100011111101000111100100101001100111100011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12113E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12113E; }

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

 H1.HeaderClassName
 {
   color: #12113E;
 }
 .AnyTagClassName
 {
   color: #12113E;
 }
</style>
background-color css

<style>
 a { background-color: #12113E; }

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

 div.DivClassName
 {
   background-color: #12113E;
 }
 .BgClassName
 {
   background-color: #12113E;
 }
</style>
border-color css

<style>
 span { border-color: #12113E; }

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

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