#25266A

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

Shades of Midnight Blue #25266A

Tints of Midnight Blue #25266A

Color information

#25266A (or 0x25266A) is unknown color: approx Midnight Blue. HEX triplet: 25, 26 and 6A. RGB value is (37,38,106). Sum of RGB (Red+Green+Blue) = 37+38+106=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 106 (41.80% from 255 or 58.56% from 181); Max value from RGB is 106 - color contains mainly: blue. Hex color #25266A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25266A is #DAD995. Grayscale: #2D2D2D. Windows color (decimal): -14342550 or 6956581. OLE color: 6956581.

HSL color Cylindrical-coordinate representation of color #25266A: hue angle of 239.13º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #25266A is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3738106-
CMYK0.650.6400.58
HSL239.13º48.25%28.04%-
HSV(B)239.13º65.09%41.57%-
XYZ4.062.8213.97-
YUV45.45162.17121.97-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.44%
GREEN value IS 38 (15.23% from 255) = 20.99%
BLUE value IS 106 (41.80% from 255) = 58.56%
R=20.44%
G=20.99%
B=58.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37381060.650.6400.58239.1348.2528.04
Hex25266A414003Aef301c
Octal45461521011000723576034
Binary10010110011011010101000001100000001110101110111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25266A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25266A; }

 p { color: rgb(37,38,106); }

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

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

 a { background-color: rgb(37,38,106); }

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

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

 span { border-color: rgb(37,38,106); }

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