#12254B

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

Shades of Midnight Express #12254B

Tints of Midnight Express #12254B

Color information

#12254B (or 0x12254B) is unknown color: approx Midnight Express. HEX triplet: 12, 25 and 4B. RGB value is (18,37,75). Sum of RGB (Red+Green+Blue) = 18+37+75=130 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.85% from 130); Green value is 37 (14.84% from 255 or 28.46% from 130); Blue value is 75 (29.69% from 255 or 57.69% from 130); Max value from RGB is 75 - color contains mainly: blue. Hex color #12254B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12254B is #EDDAB4. Grayscale: #232323. Windows color (decimal): -15588021 or 4924690. OLE color: 4924690.

HSL color Cylindrical-coordinate representation of color #12254B: hue angle of 220º 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 #12254B is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB183775-
CMYK0.760.5100.71
HSL220º61.29%18.24%-
HSV(B)220º76%29.41%-
XYZ2.181.966.92-
YUV35.65150.21115.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.85%
GREEN value IS 37 (14.84% from 255) = 28.46%
BLUE value IS 75 (29.69% from 255) = 57.69%
R=13.85%
G=28.46%
B=57.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1837750.760.5100.7122061.2918.24
Hex12254B4C33047dc3d12
Octal22451131146301073347522
Binary1001010010110010111001100110011010001111101110011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12254B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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