#122481

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

Shades of Midnight Blue #122481

Tints of Midnight Blue #122481

Color information

#122481 (or 0x122481) is unknown color: approx Midnight Blue. HEX triplet: 12, 24 and 81. RGB value is (18,36,129). Sum of RGB (Red+Green+Blue) = 18+36+129=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 129 (50.78% from 255 or 70.49% from 183); Max value from RGB is 129 - color contains mainly: blue. Hex color #122481 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122481 is #EDDB7E. Grayscale: #282828. Windows color (decimal): -15588223 or 8463378. OLE color: 8463378.

HSL color Cylindrical-coordinate representation of color #122481: hue angle of 230.27º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #122481 is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1836129-
CMYK0.860.7200.49
HSL230.27º75.51%28.82%-
HSV(B)230.27º86.05%50.59%-
XYZ4.842.9821.09-
YUV41.22177.54111.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.84%
GREEN value IS 36 (14.45% from 255) = 19.67%
BLUE value IS 129 (50.78% from 255) = 70.49%
R=9.84%
G=19.67%
B=70.49%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18361290.860.7200.49230.2775.5128.82
Hex1224815648031e64c1d
Octal224420112611006134611435
Binary100101001001000000110101101001000011000111100110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122481; }

 p { color: rgb(18,36,129); }

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

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

 a { background-color: rgb(18,36,129); }

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

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

 span { border-color: rgb(18,36,129); }

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