#261A79

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

Shades of Midnight Blue #261A79

Tints of Midnight Blue #261A79

Color information

#261A79 (or 0x261A79) is unknown color: approx Midnight Blue. HEX triplet: 26, 1A and 79. RGB value is (38,26,121). Sum of RGB (Red+Green+Blue) = 38+26+121=185 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.54% from 185); Green value is 26 (10.55% from 255 or 14.05% from 185); Blue value is 121 (47.66% from 255 or 65.41% from 185); Max value from RGB is 121 - color contains mainly: blue. Hex color #261A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261A79 is #D9E586. Grayscale: #282828. Windows color (decimal): -14280071 or 7936550. OLE color: 7936550.

HSL color Cylindrical-coordinate representation of color #261A79: hue angle of 247.58º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #261A79 is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3826121-
CMYK0.690.7900.53
HSL247.58º64.63%28.82%-
HSV(B)247.58º78.51%47.45%-
XYZ4.622.5318.33-
YUV40.42173.48126.28-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.54%
GREEN value IS 26 (10.55% from 255) = 14.05%
BLUE value IS 121 (47.66% from 255) = 65.41%
R=20.54%
G=14.05%
B=65.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38261210.690.7900.53247.5864.6328.82
Hex261A79454F035f8411d
Octal463217110511706537010135
Binary10011011010111100110001011001111011010111111000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,26,121); }

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

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

 a { background-color: rgb(38,26,121); }

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

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

 span { border-color: rgb(38,26,121); }

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