#122347

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

Shades of Midnight Express #122347

Tints of Midnight Express #122347

Color information

#122347 (or 0x122347) is unknown color: approx Midnight Express. HEX triplet: 12, 23 and 47. RGB value is (18,35,71). Sum of RGB (Red+Green+Blue) = 18+35+71=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 71 (28.12% from 255 or 57.26% from 124); Max value from RGB is 71 - color contains mainly: blue. Hex color #122347 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122347 is #EDDCB8. Grayscale: #212121. Windows color (decimal): -15588537 or 4662034. OLE color: 4662034.

HSL color Cylindrical-coordinate representation of color #122347: hue angle of 220.75º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #122347 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB183571-
CMYK0.750.5100.72
HSL220.75º59.55%17.45%-
HSV(B)220.75º74.65%27.84%-
XYZ1.991.796.2-
YUV34.02148.87116.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.52%
GREEN value IS 35 (14.06% from 255) = 28.23%
BLUE value IS 71 (28.12% from 255) = 57.26%
R=14.52%
G=28.23%
B=57.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1835710.750.5100.72220.7559.5517.45
Hex1223474B33048dd3c11
Octal22431071136301103357421
Binary1001010001110001111001011110011010010001101110111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122347; }

 p { color: rgb(18,35,71); }

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

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

 a { background-color: rgb(18,35,71); }

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

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

 span { border-color: rgb(18,35,71); }

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