#26257E

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

Shades of Midnight Blue #26257E

Tints of Midnight Blue #26257E

Color information

#26257E (or 0x26257E) is unknown color: approx Midnight Blue. HEX triplet: 26, 25 and 7E. RGB value is (38,37,126). Sum of RGB (Red+Green+Blue) = 38+37+126=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 126 (49.61% from 255 or 62.69% from 201); Max value from RGB is 126 - color contains mainly: blue. Hex color #26257E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26257E is #D9DA81. Grayscale: #2F2F2F. Windows color (decimal): -14277250 or 8267046. OLE color: 8267046.

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

Color convert

RGB3837126-
CMYK0.700.7100.51
HSL240.67º54.6%31.96%-
HSV(B)240.67º70.63%49.41%-
XYZ5.233.2420.09-
YUV47.44172.33121.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.91%
GREEN value IS 37 (14.84% from 255) = 18.41%
BLUE value IS 126 (49.61% from 255) = 62.69%
R=18.91%
G=18.41%
B=62.69%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38371260.700.7100.51240.6754.631.96
Hex26257E4647033f13720
Octal46451761061070633616740
Binary100110100101111111010001101000111011001111110001110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26257E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26257E; }

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

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

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

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

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

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

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

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