#252A78

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

Shades of Midnight Blue #252A78

Tints of Midnight Blue #252A78

Color information

#252A78 (or 0x252A78) is unknown color: approx Midnight Blue. HEX triplet: 25, 2A and 78. RGB value is (37,42,120). Sum of RGB (Red+Green+Blue) = 37+42+120=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 42 (16.80% from 255 or 21.11% from 199); Blue value is 120 (47.27% from 255 or 60.30% from 199); Max value from RGB is 120 - color contains mainly: blue. Hex color #252A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252A78 is #DAD587. Grayscale: #313131. Windows color (decimal): -14341512 or 7875109. OLE color: 7875109.

HSL color Cylindrical-coordinate representation of color #252A78: hue angle of 236.39º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #252A78 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3742120-
CMYK0.690.6500.53
HSL236.39º52.87%30.78%-
HSV(B)236.39º69.17%47.06%-
XYZ4.983.4118.16-
YUV49.4167.84119.16-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.59%
GREEN value IS 42 (16.80% from 255) = 21.11%
BLUE value IS 120 (47.27% from 255) = 60.30%
R=18.59%
G=21.11%
B=60.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37421200.690.6500.53236.3952.8730.78
Hex252A784541035ec351f
Octal45521701051010653546537
Binary10010110101011110001000101100000101101011110110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252A78; }

 p { color: rgb(37,42,120); }

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

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

 a { background-color: rgb(37,42,120); }

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

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

 span { border-color: rgb(37,42,120); }

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