#261E70

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

Shades of Midnight Blue #261E70

Tints of Midnight Blue #261E70

Color information

#261E70 (or 0x261E70) is unknown color: approx Midnight Blue. HEX triplet: 26, 1E and 70. RGB value is (38,30,112). Sum of RGB (Red+Green+Blue) = 38+30+112=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 30 (12.11% from 255 or 16.67% from 180); Blue value is 112 (44.14% from 255 or 62.22% from 180); Max value from RGB is 112 - color contains mainly: blue. Hex color #261E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261E70 is #D9E18F. Grayscale: #292929. Windows color (decimal): -14279056 or 7347750. OLE color: 7347750.

HSL color Cylindrical-coordinate representation of color #261E70: hue angle of 245.85º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #261E70 is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3830112-
CMYK0.660.7300.56
HSL245.85º57.75%27.84%-
HSV(B)245.85º73.21%43.92%-
XYZ4.192.5115.59-
YUV41.74167.65125.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.11%
GREEN value IS 30 (12.11% from 255) = 16.67%
BLUE value IS 112 (44.14% from 255) = 62.22%
R=21.11%
G=16.67%
B=62.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38301120.660.7300.56245.8557.7527.84
Hex261E704249038f63a1c
Octal46361601021110703667234
Binary1001101111011100001000010100100101110001111011011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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