#261E76

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

Shades of Midnight Blue #261E76

Tints of Midnight Blue #261E76

Color information

#261E76 (or 0x261E76) is unknown color: approx Midnight Blue. HEX triplet: 26, 1E and 76. RGB value is (38,30,118). Sum of RGB (Red+Green+Blue) = 38+30+118=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 30 (12.11% from 255 or 16.13% from 186); Blue value is 118 (46.48% from 255 or 63.44% from 186); Max value from RGB is 118 - color contains mainly: blue. Hex color #261E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261E76 is #D9E189. Grayscale: #2A2A2A. Windows color (decimal): -14279050 or 7740966. OLE color: 7740966.

HSL color Cylindrical-coordinate representation of color #261E76: hue angle of 245.45º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #261E76 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3830118-
CMYK0.680.7500.54
HSL245.45º59.46%29.02%-
HSV(B)245.45º74.58%46.27%-
XYZ4.532.6517.41-
YUV42.42170.65124.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.43%
GREEN value IS 30 (12.11% from 255) = 16.13%
BLUE value IS 118 (46.48% from 255) = 63.44%
R=20.43%
G=16.13%
B=63.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38301180.680.7500.54245.4559.4629.02
Hex261E76444B036f53b1d
Octal46361661041130663657335
Binary1001101111011101101000100100101101101101111010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261E76; }

 p { color: rgb(38,30,118); }

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

<style>
 a { background-color: #261E76; }

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

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

<style>
 span { border-color: #261E76; }

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

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