#252469

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

Shades of Midnight Blue #252469

Tints of Midnight Blue #252469

Color information

#252469 (or 0x252469) is unknown color: approx Midnight Blue. HEX triplet: 25, 24 and 69. RGB value is (37,36,105). Sum of RGB (Red+Green+Blue) = 37+36+105=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 105 (41.41% from 255 or 58.99% from 178); Max value from RGB is 105 - color contains mainly: blue. Hex color #252469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252469 is #DADB96. Grayscale: #2B2B2B. Windows color (decimal): -14343063 or 6890533. OLE color: 6890533.

HSL color Cylindrical-coordinate representation of color #252469: hue angle of 240.87º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #252469 is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3736105-
CMYK0.650.6600.59
HSL240.87º48.94%27.65%-
HSV(B)240.87º65.71%41.18%-
XYZ3.942.6713.67-
YUV44.16162.33122.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.79%
GREEN value IS 36 (14.45% from 255) = 20.22%
BLUE value IS 105 (41.41% from 255) = 58.99%
R=20.79%
G=20.22%
B=58.99%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37361050.650.6600.59240.8748.9427.65
Hex252469414203Bf1311c
Octal45441511011020733616134
Binary10010110010011010011000001100001001110111111000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252469; }

 p { color: rgb(37,36,105); }

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

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

 a { background-color: rgb(37,36,105); }

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

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

 span { border-color: rgb(37,36,105); }

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