#25266F

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

Shades of Midnight Blue #25266F

Tints of Midnight Blue #25266F

Color information

#25266F (or 0x25266F) is unknown color: approx Midnight Blue. HEX triplet: 25, 26 and 6F. RGB value is (37,38,111). Sum of RGB (Red+Green+Blue) = 37+38+111=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 111 (43.75% from 255 or 59.68% from 186); Max value from RGB is 111 - color contains mainly: blue. Hex color #25266F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25266F is #DAD990. Grayscale: #2D2D2D. Windows color (decimal): -14342545 or 7284261. OLE color: 7284261.

HSL color Cylindrical-coordinate representation of color #25266F: hue angle of 239.19º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #25266F is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3738111-
CMYK0.670.6600.56
HSL239.19º50%29.02%-
HSV(B)239.19º66.67%43.53%-
XYZ4.332.9315.38-
YUV46.02164.67121.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.89%
GREEN value IS 38 (15.23% from 255) = 20.43%
BLUE value IS 111 (43.75% from 255) = 59.68%
R=19.89%
G=20.43%
B=59.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37381110.670.6600.56239.195029.02
Hex25266F4342038ef321d
Octal45461571031020703576235
Binary10010110011011011111000011100001001110001110111111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25266F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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