#252486

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

Shades of Midnight Blue #252486

Tints of Midnight Blue #252486

Color information

#252486 (or 0x252486) is unknown color: approx Midnight Blue. HEX triplet: 25, 24 and 86. RGB value is (37,36,134). Sum of RGB (Red+Green+Blue) = 37+36+134=207 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.87% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 134 (52.73% from 255 or 64.73% from 207); Max value from RGB is 134 - color contains mainly: blue. Hex color #252486 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252486 is #DADB79. Grayscale: #2F2F2F. Windows color (decimal): -14343034 or 8791077. OLE color: 8791077.

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

Color convert

RGB3736134-
CMYK0.720.7300.47
HSL240.61º57.65%33.33%-
HSV(B)240.61º73.13%52.55%-
XYZ5.73.3822.91-
YUV47.47176.83120.53-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.87%
GREEN value IS 36 (14.45% from 255) = 17.39%
BLUE value IS 134 (52.73% from 255) = 64.73%
R=17.87%
G=17.39%
B=64.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal37361340.720.7300.47240.6157.6533.33
Hex252486484902Ff13a21
Octal45442061101110573617241
Binary1001011001001000011010010001001001010111111110001111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252486; }

 p { color: rgb(37,36,134); }

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

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

 a { background-color: rgb(37,36,134); }

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

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

 span { border-color: rgb(37,36,134); }

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