#252872

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

Shades of Midnight Blue #252872

Tints of Midnight Blue #252872

Color information

#252872 (or 0x252872) is unknown color: approx Midnight Blue. HEX triplet: 25, 28 and 72. RGB value is (37,40,114). Sum of RGB (Red+Green+Blue) = 37+40+114=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 114 (44.92% from 255 or 59.69% from 191); Max value from RGB is 114 - color contains mainly: blue. Hex color #252872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252872 is #DAD78D. Grayscale: #2F2F2F. Windows color (decimal): -14342030 or 7481381. OLE color: 7481381.

HSL color Cylindrical-coordinate representation of color #252872: hue angle of 237.66º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #252872 is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3740114-
CMYK0.680.6500.55
HSL237.66º50.99%29.61%-
HSV(B)237.66º67.54%44.71%-
XYZ4.563.1316.28-
YUV47.54165.51120.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.37%
GREEN value IS 40 (16.02% from 255) = 20.94%
BLUE value IS 114 (44.92% from 255) = 59.69%
R=19.37%
G=20.94%
B=59.69%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37401140.680.6500.55237.6650.9929.61
Hex2528724441037ee331e
Octal45501621041010673566336
Binary10010110100011100101000100100000101101111110111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252872; }

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

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

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

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

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

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

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

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