#25287A

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

Shades of Midnight Blue #25287A

Tints of Midnight Blue #25287A

Color information

#25287A (or 0x25287A) is unknown color: approx Midnight Blue. HEX triplet: 25, 28 and 7A. RGB value is (37,40,122). Sum of RGB (Red+Green+Blue) = 37+40+122=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 122 (48.05% from 255 or 61.31% from 199); Max value from RGB is 122 - color contains mainly: blue. Hex color #25287A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25287A is #DAD785. Grayscale: #303030. Windows color (decimal): -14342022 or 8005669. OLE color: 8005669.

HSL color Cylindrical-coordinate representation of color #25287A: hue angle of 237.88º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25287A is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3740122-
CMYK0.700.6700.52
HSL237.88º53.46%31.18%-
HSV(B)237.88º69.67%47.84%-
XYZ5.033.3218.79-
YUV48.45169.51119.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.59%
GREEN value IS 40 (16.02% from 255) = 20.10%
BLUE value IS 122 (48.05% from 255) = 61.31%
R=18.59%
G=20.10%
B=61.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal37401220.700.6700.52237.8853.4631.18
Hex25287A4643034ee351f
Octal45501721061030643566537
Binary10010110100011110101000110100001101101001110111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25287A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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