#12264C

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

Shades of Midnight Express #12264C

Tints of Midnight Express #12264C

Color information

#12264C (or 0x12264C) is unknown color: approx Midnight Express. HEX triplet: 12, 26 and 4C. RGB value is (18,38,76). Sum of RGB (Red+Green+Blue) = 18+38+76=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 76 (30.08% from 255 or 57.58% from 132); Max value from RGB is 76 - color contains mainly: blue. Hex color #12264C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12264C is #EDD9B3. Grayscale: #242424. Windows color (decimal): -15587764 or 4990482. OLE color: 4990482.

HSL color Cylindrical-coordinate representation of color #12264C: hue angle of 219.31º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12264C is Cyan = 0.76, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB183876-
CMYK0.760.500.70
HSL219.31º61.7%18.43%-
HSV(B)219.31º76.32%29.8%-
XYZ2.252.047.11-
YUV36.35150.37114.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.64%
GREEN value IS 38 (15.23% from 255) = 28.79%
BLUE value IS 76 (30.08% from 255) = 57.58%
R=13.64%
G=28.79%
B=57.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1838760.760.500.70219.3161.718.43
Hex12264C4C32046db3e12
Octal22461141146201063337622
Binary1001010011010011001001100110010010001101101101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,38,76); }

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

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

 a { background-color: rgb(18,38,76); }

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

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

 span { border-color: rgb(18,38,76); }

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