#26248B

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

Shades of Midnight Blue #26248B

Tints of Midnight Blue #26248B

Color information

#26248B (or 0x26248B) is unknown color: approx Midnight Blue. HEX triplet: 26, 24 and 8B. RGB value is (38,36,139). Sum of RGB (Red+Green+Blue) = 38+36+139=213 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.84% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 139 (54.69% from 255 or 65.26% from 213); Max value from RGB is 139 - color contains mainly: blue. Hex color #26248B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26248B is #D9DB74. Grayscale: #2F2F2F. Windows color (decimal): -14277493 or 9118758. OLE color: 9118758.

HSL color Cylindrical-coordinate representation of color #26248B: hue angle of 241.17º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #26248B is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3836139-
CMYK0.730.7400.45
HSL241.17º58.86%34.31%-
HSV(B)241.17º74.1%54.51%-
XYZ6.093.5424.79-
YUV48.34179.16120.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.84%
GREEN value IS 36 (14.45% from 255) = 16.90%
BLUE value IS 139 (54.69% from 255) = 65.26%
R=17.84%
G=16.90%
B=65.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38361390.730.7400.45241.1758.8634.31
Hex26248B494A02Df13b22
Octal46442131111120553617342
Binary1001101001001000101110010011001010010110111110001111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26248B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26248B; }

 p { color: rgb(38,36,139); }

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

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

 a { background-color: rgb(38,36,139); }

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

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

 span { border-color: rgb(38,36,139); }

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