#252B79

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

Shades of Midnight Blue #252B79

Tints of Midnight Blue #252B79

Color information

#252B79 (or 0x252B79) is unknown color: approx Midnight Blue. HEX triplet: 25, 2B and 79. RGB value is (37,43,121). Sum of RGB (Red+Green+Blue) = 37+43+121=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 43 (17.19% from 255 or 21.39% from 201); Blue value is 121 (47.66% from 255 or 60.20% from 201); Max value from RGB is 121 - color contains mainly: blue. Hex color #252B79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252B79 is #DAD486. Grayscale: #313131. Windows color (decimal): -14341255 or 7940901. OLE color: 7940901.

HSL color Cylindrical-coordinate representation of color #252B79: hue angle of 235.71º 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 #252B79 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3743121-
CMYK0.690.6400.53
HSL235.71º53.16%30.98%-
HSV(B)235.71º69.42%47.45%-
XYZ5.083.518.5-
YUV50.1168.01118.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.41%
GREEN value IS 43 (17.19% from 255) = 21.39%
BLUE value IS 121 (47.66% from 255) = 60.20%
R=18.41%
G=21.39%
B=60.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37431210.690.6400.53235.7153.1630.98
Hex252B794540035ec351f
Octal45531711051000653546537
Binary10010110101111110011000101100000001101011110110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,43,121); }

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

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

 a { background-color: rgb(37,43,121); }

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

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

 span { border-color: rgb(37,43,121); }

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