#122581

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

Shades of Midnight Blue #122581

Tints of Midnight Blue #122581

Color information

#122581 (or 0x122581) is unknown color: approx Midnight Blue. HEX triplet: 12, 25 and 81. RGB value is (18,37,129). Sum of RGB (Red+Green+Blue) = 18+37+129=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 129 (50.78% from 255 or 70.11% from 184); Max value from RGB is 129 - color contains mainly: blue. Hex color #122581 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122581 is #EDDA7E. Grayscale: #292929. Windows color (decimal): -15587967 or 8463634. OLE color: 8463634.

HSL color Cylindrical-coordinate representation of color #122581: hue angle of 229.73º 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 #122581 is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1837129-
CMYK0.860.7100.49
HSL229.73º75.51%28.82%-
HSV(B)229.73º86.05%50.59%-
XYZ4.873.0421.1-
YUV41.81177.21111.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.78%
GREEN value IS 37 (14.84% from 255) = 20.11%
BLUE value IS 129 (50.78% from 255) = 70.11%
R=9.78%
G=20.11%
B=70.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18371290.860.7100.49229.7375.5128.82
Hex1225815647031e64c1d
Octal224520112610706134611435
Binary100101001011000000110101101000111011000111100110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122581; }

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

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

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

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

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

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

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

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