#252480

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

Shades of Midnight Blue #252480

Tints of Midnight Blue #252480

Color information

#252480 (or 0x252480) is unknown color: approx Midnight Blue. HEX triplet: 25, 24 and 80. RGB value is (37,36,128). Sum of RGB (Red+Green+Blue) = 37+36+128=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 128 (50.39% from 255 or 63.68% from 201); Max value from RGB is 128 - color contains mainly: blue. Hex color #252480 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252480 is #DADB7F. Grayscale: #2E2E2E. Windows color (decimal): -14343040 or 8397861. OLE color: 8397861.

HSL color Cylindrical-coordinate representation of color #252480: hue angle of 240.65º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #252480 is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3736128-
CMYK0.710.7200.50
HSL240.65º56.1%32.16%-
HSV(B)240.65º71.88%50.2%-
XYZ5.293.2120.76-
YUV46.79173.83121.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.41%
GREEN value IS 36 (14.45% from 255) = 17.91%
BLUE value IS 128 (50.39% from 255) = 63.68%
R=18.41%
G=17.91%
B=63.68%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal37361280.710.7200.50240.6556.132.16
Hex2524804748032f13820
Octal45442001071100623617040
Binary1001011001001000000010001111001000011001011110001111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252480; }

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

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

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

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

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

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

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

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