#25288d

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

Shades of Midnight Blue #25288D

Tints of Midnight Blue #25288D

Color information

#25288D (or 0x25288D) is unknown color: approx Midnight Blue. HEX triplet: 25, 28 and 8D. RGB value is (37,40,141). Sum of RGB (Red+Green+Blue) = 37+40+141=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 141 (55.47% from 255 or 64.68% from 218); Max value from RGB is 141 - color contains mainly: blue. Hex color #25288D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25288D is #DAD772. Grayscale: #323232. Windows color (decimal): -14342003 or 9250853. OLE color: 9250853.

HSL color Cylindrical-coordinate representation of color #25288D: hue angle of 238.27º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25288D is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3740141-
CMYK0.740.7200.45
HSL238.27º58.43%34.9%-
HSV(B)238.27º73.76%55.29%-
XYZ6.333.8325.61-
YUV50.62179.01118.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.97%
GREEN value IS 40 (16.02% from 255) = 18.35%
BLUE value IS 141 (55.47% from 255) = 64.68%
R=16.97%
G=18.35%
B=64.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal37401410.740.7200.45238.2758.4334.9
Hex25288D4A4802Dee3a23
Octal45502151121100553567243
Binary1001011010001000110110010101001000010110111101110111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25288d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25288d; }

 p { color: rgb(37,40,141); }

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

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

 a { background-color: rgb(37,40,141); }

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

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

 span { border-color: rgb(37,40,141); }

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