#261E88

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

Shades of Midnight Blue #261E88

Tints of Midnight Blue #261E88

Color information

#261E88 (or 0x261E88) is unknown color: approx Midnight Blue. HEX triplet: 26, 1E and 88. RGB value is (38,30,136). Sum of RGB (Red+Green+Blue) = 38+30+136=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 30 (12.11% from 255 or 14.71% from 204); Blue value is 136 (53.52% from 255 or 66.67% from 204); Max value from RGB is 136 - color contains mainly: blue. Hex color #261E88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261E88 is #D9E177. Grayscale: #2C2C2C. Windows color (decimal): -14279032 or 8920614. OLE color: 8920614.

HSL color Cylindrical-coordinate representation of color #261E88: hue angle of 244.53º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #261E88 is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3830136-
CMYK0.720.7800.47
HSL244.53º63.86%32.55%-
HSV(B)244.53º77.94%53.33%-
XYZ5.713.1223.59-
YUV44.48179.65123.38-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.63%
GREEN value IS 30 (12.11% from 255) = 14.71%
BLUE value IS 136 (53.52% from 255) = 66.67%
R=18.63%
G=14.71%
B=66.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38301360.720.7800.47244.5363.8632.55
Hex261E88484E02Ff54021
Octal463621011011605736510041
Binary1001101111010001000100100010011100101111111101011000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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