#26267F

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

Shades of Midnight Blue #26267F

Tints of Midnight Blue #26267F

Color information

#26267F (or 0x26267F) is unknown color: approx Midnight Blue. HEX triplet: 26, 26 and 7F. RGB value is (38,38,127). Sum of RGB (Red+Green+Blue) = 38+38+127=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 127 (50% from 255 or 62.56% from 203); Max value from RGB is 127 - color contains mainly: blue. Hex color #26267F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26267F is #D9D980. Grayscale: #2F2F2F. Windows color (decimal): -14276993 or 8332838. OLE color: 8332838.

HSL color Cylindrical-coordinate representation of color #26267F: hue angle of 240º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26267F is Cyan = 0.70, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3838127-
CMYK0.700.7000.50
HSL240º53.94%32.35%-
HSV(B)240º70.08%49.8%-
XYZ5.323.3320.44-
YUV48.15172.5120.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.72%
GREEN value IS 38 (15.23% from 255) = 18.72%
BLUE value IS 127 (50% from 255) = 62.56%
R=18.72%
G=18.72%
B=62.56%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal38381270.700.7000.5024053.9432.35
Hex26267F4646032f03620
Octal46461771061060623606640
Binary100110100110111111110001101000110011001011110000110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26267F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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