#261E7C

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

Shades of Midnight Blue #261E7C

Tints of Midnight Blue #261E7C

Color information

#261E7C (or 0x261E7C) is unknown color: approx Midnight Blue. HEX triplet: 26, 1E and 7C. RGB value is (38,30,124). Sum of RGB (Red+Green+Blue) = 38+30+124=192 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.79% from 192); Green value is 30 (12.11% from 255 or 15.62% from 192); Blue value is 124 (48.83% from 255 or 64.58% from 192); Max value from RGB is 124 - color contains mainly: blue. Hex color #261E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261E7C is #D9E183. Grayscale: #2A2A2A. Windows color (decimal): -14279044 or 8134182. OLE color: 8134182.

HSL color Cylindrical-coordinate representation of color #261E7C: hue angle of 245.11º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #261E7C is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3830124-
CMYK0.690.7600.51
HSL245.11º61.04%30.2%-
HSV(B)245.11º75.81%48.63%-
XYZ4.92.819.35-
YUV43.11173.65124.36-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.79%
GREEN value IS 30 (12.11% from 255) = 15.62%
BLUE value IS 124 (48.83% from 255) = 64.58%
R=19.79%
G=15.62%
B=64.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38301240.690.7600.51245.1161.0430.2
Hex261E7C454C033f53d1e
Octal46361741051140633657536
Binary1001101111011111001000101100110001100111111010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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