#252A80

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

Shades of Midnight Blue #252A80

Tints of Midnight Blue #252A80

Color information

#252A80 (or 0x252A80) is unknown color: approx Midnight Blue. HEX triplet: 25, 2A and 80. RGB value is (37,42,128). Sum of RGB (Red+Green+Blue) = 37+42+128=207 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.87% from 207); Green value is 42 (16.80% from 255 or 20.29% from 207); Blue value is 128 (50.39% from 255 or 61.84% from 207); Max value from RGB is 128 - color contains mainly: blue. Hex color #252A80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252A80 is #DAD57F. Grayscale: #313131. Windows color (decimal): -14341504 or 8399397. OLE color: 8399397.

HSL color Cylindrical-coordinate representation of color #252A80: hue angle of 236.7º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #252A80 is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3742128-
CMYK0.710.6700.50
HSL236.7º55.15%32.35%-
HSV(B)236.7º71.09%50.2%-
XYZ5.493.6120.83-
YUV50.31171.84118.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.87%
GREEN value IS 42 (16.80% from 255) = 20.29%
BLUE value IS 128 (50.39% from 255) = 61.84%
R=17.87%
G=20.29%
B=61.84%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal37421280.710.6700.50236.755.1532.35
Hex252A804743032ed3720
Octal45522001071030623556740
Binary1001011010101000000010001111000011011001011101101110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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