#26267C

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

Shades of Midnight Blue #26267C

Tints of Midnight Blue #26267C

Color information

#26267C (or 0x26267C) is unknown color: approx Midnight Blue. HEX triplet: 26, 26 and 7C. RGB value is (38,38,124). Sum of RGB (Red+Green+Blue) = 38+38+124=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 124 (48.83% from 255 or 62% from 200); Max value from RGB is 124 - color contains mainly: blue. Hex color #26267C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26267C is #D9D983. Grayscale: #2F2F2F. Windows color (decimal): -14276996 or 8136230. OLE color: 8136230.

HSL color Cylindrical-coordinate representation of color #26267C: hue angle of 240º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26267C is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3838124-
CMYK0.690.6900.51
HSL240º53.09%31.76%-
HSV(B)240º69.35%48.63%-
XYZ5.133.2519.43-
YUV47.8171121.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19%
GREEN value IS 38 (15.23% from 255) = 19%
BLUE value IS 124 (48.83% from 255) = 62%
R=19%
G=19%
B=62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38381240.690.6900.5124053.0931.76
Hex26267C4545033f03520
Octal46461741051050633606540
Binary100110100110111110010001011000101011001111110000110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26267C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26267C; }

 p { color: rgb(38,38,124); }

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

<style>
 a { background-color: #26267C; }

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

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

<style>
 span { border-color: #26267C; }

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

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