#262076

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

Shades of Midnight Blue #262076

Tints of Midnight Blue #262076

Color information

#262076 (or 0x262076) is unknown color: approx Midnight Blue. HEX triplet: 26, 20 and 76. RGB value is (38,32,118). Sum of RGB (Red+Green+Blue) = 38+32+118=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 118 (46.48% from 255 or 62.77% from 188); Max value from RGB is 118 - color contains mainly: blue. Hex color #262076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262076 is #D9DF89. Grayscale: #2B2B2B. Windows color (decimal): -14278538 or 7741478. OLE color: 7741478.

HSL color Cylindrical-coordinate representation of color #262076: hue angle of 244.19º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #262076 is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3832118-
CMYK0.680.7300.54
HSL244.19º57.33%29.41%-
HSV(B)244.19º72.88%46.27%-
XYZ4.592.7517.43-
YUV43.6169.99124.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.21%
GREEN value IS 32 (12.89% from 255) = 17.02%
BLUE value IS 118 (46.48% from 255) = 62.77%
R=20.21%
G=17.02%
B=62.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38321180.680.7300.54244.1957.3329.41
Hex2620764449036f4391d
Octal46401661041110663647135
Binary10011010000011101101000100100100101101101111010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262076; }

 p { color: rgb(38,32,118); }

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

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

 a { background-color: rgb(38,32,118); }

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

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

 span { border-color: rgb(38,32,118); }

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