#261E85

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

Shades of Midnight Blue #261E85

Tints of Midnight Blue #261E85

Color information

#261E85 (or 0x261E85) is unknown color: approx Midnight Blue. HEX triplet: 26, 1E and 85. RGB value is (38,30,133). Sum of RGB (Red+Green+Blue) = 38+30+133=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 30 (12.11% from 255 or 14.93% from 201); Blue value is 133 (52.34% from 255 or 66.17% from 201); Max value from RGB is 133 - color contains mainly: blue. Hex color #261E85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261E85 is #D9E17A. Grayscale: #2B2B2B. Windows color (decimal): -14279035 or 8724006. OLE color: 8724006.

HSL color Cylindrical-coordinate representation of color #261E85: hue angle of 244.66º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #261E85 is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3830133-
CMYK0.710.7700.48
HSL244.66º63.19%31.96%-
HSV(B)244.66º77.44%52.16%-
XYZ5.53.0322.49-
YUV44.13178.15123.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.91%
GREEN value IS 30 (12.11% from 255) = 14.93%
BLUE value IS 133 (52.34% from 255) = 66.17%
R=18.91%
G=14.93%
B=66.17%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal38301330.710.7700.48244.6663.1931.96
Hex261E85474D030f53f20
Octal46362051071150603657740
Binary100110111101000010110001111001101011000011110101111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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