#12254E

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

Shades of Midnight Express #12254E

Tints of Midnight Express #12254E

Color information

#12254E (or 0x12254E) is unknown color: approx Midnight Express. HEX triplet: 12, 25 and 4E. RGB value is (18,37,78). Sum of RGB (Red+Green+Blue) = 18+37+78=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 78 (30.86% from 255 or 58.65% from 133); Max value from RGB is 78 - color contains mainly: blue. Hex color #12254E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12254E is #EDDAB1. Grayscale: #232323. Windows color (decimal): -15588018 or 5121298. OLE color: 5121298.

HSL color Cylindrical-coordinate representation of color #12254E: hue angle of 221º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12254E is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB183778-
CMYK0.770.5300.69
HSL221º62.5%18.82%-
HSV(B)221º76.92%30.59%-
XYZ2.2927.47-
YUV35.99151.71115.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.53%
GREEN value IS 37 (14.84% from 255) = 27.82%
BLUE value IS 78 (30.86% from 255) = 58.65%
R=13.53%
G=27.82%
B=58.65%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1837780.770.5300.6922162.518.82
Hex12254E4D35045dd3e13
Octal22451161156501053357623
Binary1001010010110011101001101110101010001011101110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,37,78); }

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

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

 a { background-color: rgb(18,37,78); }

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

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

 span { border-color: rgb(18,37,78); }

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