#122A4B

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

Shades of Midnight #122A4B

Tints of Midnight #122A4B

Color information

#122A4B (or 0x122A4B) is unknown color: approx Midnight. HEX triplet: 12, 2A and 4B. RGB value is (18,42,75). Sum of RGB (Red+Green+Blue) = 18+42+75=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 75 (29.69% from 255 or 55.56% from 135); Max value from RGB is 75 - color contains mainly: blue. Hex color #122A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122A4B is #EDD5B4. Grayscale: #262626. Windows color (decimal): -15586741 or 4925970. OLE color: 4925970.

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

Color convert

RGB184275-
CMYK0.760.4400.71
HSL214.74º61.29%18.24%-
HSV(B)214.74º76%29.41%-
XYZ2.352.296.98-
YUV38.59148.55113.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.33%
GREEN value IS 42 (16.80% from 255) = 31.11%
BLUE value IS 75 (29.69% from 255) = 55.56%
R=13.33%
G=31.11%
B=55.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1842750.760.4400.71214.7461.2918.24
Hex122A4B4C2C047d73d12
Octal22521131145401073277522
Binary1001010101010010111001100101100010001111101011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122A4B; }

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

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

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

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

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

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

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

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