#122279

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

Shades of Midnight Blue #122279

Tints of Midnight Blue #122279

Color information

#122279 (or 0x122279) is unknown color: approx Midnight Blue. HEX triplet: 12, 22 and 79. RGB value is (18,34,121). Sum of RGB (Red+Green+Blue) = 18+34+121=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 121 (47.66% from 255 or 69.94% from 173); Max value from RGB is 121 - color contains mainly: blue. Hex color #122279 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122279 is #EDDD86. Grayscale: #262626. Windows color (decimal): -15588743 or 7938578. OLE color: 7938578.

HSL color Cylindrical-coordinate representation of color #122279: hue angle of 230.68º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #122279 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1834121-
CMYK0.850.7200.53
HSL230.68º74.1%27.25%-
HSV(B)230.68º85.12%47.45%-
XYZ4.272.6518.38-
YUV39.13174.2112.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.40%
GREEN value IS 34 (13.67% from 255) = 19.65%
BLUE value IS 121 (47.66% from 255) = 69.94%
R=10.40%
G=19.65%
B=69.94%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18341210.850.7200.53230.6874.127.25
Hex1222795548035e74a1b
Octal224217112511006534711233
Binary10010100010111100110101011001000011010111100111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122279; }

 p { color: rgb(18,34,121); }

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

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

 a { background-color: rgb(18,34,121); }

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

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

 span { border-color: rgb(18,34,121); }

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