#25286C

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

Shades of Midnight Blue #25286C

Tints of Midnight Blue #25286C

Color information

#25286C (or 0x25286C) is unknown color: approx Midnight Blue. HEX triplet: 25, 28 and 6C. RGB value is (37,40,108). Sum of RGB (Red+Green+Blue) = 37+40+108=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 108 (42.58% from 255 or 58.38% from 185); Max value from RGB is 108 - color contains mainly: blue. Hex color #25286C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25286C is #DAD793. Grayscale: #2E2E2E. Windows color (decimal): -14342036 or 7088165. OLE color: 7088165.

HSL color Cylindrical-coordinate representation of color #25286C: hue angle of 237.46º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25286C is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3740108-
CMYK0.660.6300.58
HSL237.46º48.97%28.43%-
HSV(B)237.46º65.74%42.35%-
XYZ4.232.9914.54-
YUV46.85162.51120.97-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20%
GREEN value IS 40 (16.02% from 255) = 21.62%
BLUE value IS 108 (42.58% from 255) = 58.38%
R=20%
G=21.62%
B=58.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37401080.660.6300.58237.4648.9728.43
Hex25286C423F03Aed311c
Octal4550154102770723556134
Binary1001011010001101100100001011111101110101110110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25286C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25286C; }

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

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

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

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

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

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

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

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