#26258A

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

Shades of Midnight Blue #26258A

Tints of Midnight Blue #26258A

Color information

#26258A (or 0x26258A) is unknown color: approx Midnight Blue. HEX triplet: 26, 25 and 8A. RGB value is (38,37,138). Sum of RGB (Red+Green+Blue) = 38+37+138=213 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.84% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 138 (54.30% from 255 or 64.79% from 213); Max value from RGB is 138 - color contains mainly: blue. Hex color #26258A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26258A is #D9DA75. Grayscale: #303030. Windows color (decimal): -14277238 or 9053478. OLE color: 9053478.

HSL color Cylindrical-coordinate representation of color #26258A: hue angle of 240.59º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26258A is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3837138-
CMYK0.720.7300.46
HSL240.59º57.71%34.31%-
HSV(B)240.59º73.19%54.12%-
XYZ6.053.5724.42-
YUV48.81178.33120.29-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.84%
GREEN value IS 37 (14.84% from 255) = 17.37%
BLUE value IS 138 (54.30% from 255) = 64.79%
R=17.84%
G=17.37%
B=64.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal38371380.720.7300.46240.5957.7134.31
Hex26258A484902Ef13a22
Octal46452121101110563617242
Binary1001101001011000101010010001001001010111011110001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26258A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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