#12254A

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

Shades of Midnight Express #12254A

Tints of Midnight Express #12254A

Color information

#12254A (or 0x12254A) is unknown color: approx Midnight Express. HEX triplet: 12, 25 and 4A. RGB value is (18,37,74). Sum of RGB (Red+Green+Blue) = 18+37+74=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 74 (29.30% from 255 or 57.36% from 129); Max value from RGB is 74 - color contains mainly: blue. Hex color #12254A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12254A is #EDDAB5. Grayscale: #232323. Windows color (decimal): -15588022 or 4859154. OLE color: 4859154.

HSL color Cylindrical-coordinate representation of color #12254A: hue angle of 219.64º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12254A is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB183774-
CMYK0.760.5000.71
HSL219.64º60.87%18.04%-
HSV(B)219.64º75.68%29.02%-
XYZ2.151.956.74-
YUV35.54149.71115.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.95%
GREEN value IS 37 (14.84% from 255) = 28.68%
BLUE value IS 74 (29.30% from 255) = 57.36%
R=13.95%
G=28.68%
B=57.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1837740.760.5000.71219.6460.8718.04
Hex12254A4C32047dc3d12
Octal22451121146201073347522
Binary1001010010110010101001100110010010001111101110011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12254A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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