#26248A

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

Shades of Midnight Blue #26248A

Tints of Midnight Blue #26248A

Color information

#26248A (or 0x26248A) is unknown color: approx Midnight Blue. HEX triplet: 26, 24 and 8A. RGB value is (38,36,138). Sum of RGB (Red+Green+Blue) = 38+36+138=212 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.92% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 138 (54.30% from 255 or 65.09% from 212); Max value from RGB is 138 - color contains mainly: blue. Hex color #26248A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26248A is #D9DB75. Grayscale: #2F2F2F. Windows color (decimal): -14277494 or 9053222. OLE color: 9053222.

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

Color convert

RGB3836138-
CMYK0.720.7400.46
HSL241.18º58.62%34.12%-
HSV(B)241.18º73.91%54.12%-
XYZ6.023.5124.4-
YUV48.23178.66120.71-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.92%
GREEN value IS 36 (14.45% from 255) = 16.98%
BLUE value IS 138 (54.30% from 255) = 65.09%
R=17.92%
G=16.98%
B=65.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal38361380.720.7400.46241.1858.6234.12
Hex26248A484A02Ef13b22
Octal46442121101120563617342
Binary1001101001001000101010010001001010010111011110001111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26248A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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