#25288A

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

Shades of Midnight Blue #25288A

Tints of Midnight Blue #25288A

Color information

#25288A (or 0x25288A) is unknown color: approx Midnight Blue. HEX triplet: 25, 28 and 8A. RGB value is (37,40,138). Sum of RGB (Red+Green+Blue) = 37+40+138=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 138 (54.30% from 255 or 64.19% from 215); Max value from RGB is 138 - color contains mainly: blue. Hex color #25288A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25288A is #DAD775. Grayscale: #313131. Windows color (decimal): -14342006 or 9054245. OLE color: 9054245.

HSL color Cylindrical-coordinate representation of color #25288A: hue angle of 238.22º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25288A is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3740138-
CMYK0.730.7100.46
HSL238.22º57.71%34.31%-
HSV(B)238.22º73.19%54.12%-
XYZ6.113.7524.45-
YUV50.27177.51118.53-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.21%
GREEN value IS 40 (16.02% from 255) = 18.60%
BLUE value IS 138 (54.30% from 255) = 64.19%
R=17.21%
G=18.60%
B=64.19%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal37401380.730.7100.46238.2257.7134.31
Hex25288A494702Eee3a22
Octal45502121111070563567242
Binary1001011010001000101010010011000111010111011101110111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25288A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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