#252A81

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

Shades of Midnight Blue #252A81

Tints of Midnight Blue #252A81

Color information

#252A81 (or 0x252A81) is unknown color: approx Midnight Blue. HEX triplet: 25, 2A and 81. RGB value is (37,42,129). Sum of RGB (Red+Green+Blue) = 37+42+129=208 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.79% from 208); Green value is 42 (16.80% from 255 or 20.19% from 208); Blue value is 129 (50.78% from 255 or 62.02% from 208); Max value from RGB is 129 - color contains mainly: blue. Hex color #252A81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252A81 is #DAD57E. Grayscale: #323232. Windows color (decimal): -14341503 or 8464933. OLE color: 8464933.

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

Color convert

RGB3742129-
CMYK0.710.6700.49
HSL236.74º55.42%32.55%-
HSV(B)236.74º71.32%50.59%-
XYZ5.553.6321.18-
YUV50.42172.34118.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.79%
GREEN value IS 42 (16.80% from 255) = 20.19%
BLUE value IS 129 (50.78% from 255) = 62.02%
R=17.79%
G=20.19%
B=62.02%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37421290.710.6700.49236.7455.4232.55
Hex252A814743031ed3721
Octal45522011071030613556741
Binary1001011010101000000110001111000011011000111101101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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