#262070

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

Shades of Midnight Blue #262070

Tints of Midnight Blue #262070

Color information

#262070 (or 0x262070) is unknown color: approx Midnight Blue. HEX triplet: 26, 20 and 70. RGB value is (38,32,112). Sum of RGB (Red+Green+Blue) = 38+32+112=182 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.88% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 112 (44.14% from 255 or 61.54% from 182); Max value from RGB is 112 - color contains mainly: blue. Hex color #262070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262070 is #D9DF8F. Grayscale: #2A2A2A. Windows color (decimal): -14278544 or 7348262. OLE color: 7348262.

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

Color convert

RGB3832112-
CMYK0.660.7100.56
HSL244.5º55.56%28.24%-
HSV(B)244.5º71.43%43.92%-
XYZ4.242.6115.61-
YUV42.91166.99124.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.88%
GREEN value IS 32 (12.89% from 255) = 17.58%
BLUE value IS 112 (44.14% from 255) = 61.54%
R=20.88%
G=17.58%
B=61.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38321120.660.7100.56244.555.5628.24
Hex2620704247038f4381c
Octal46401601021070703647034
Binary10011010000011100001000010100011101110001111010011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262070; }

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

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

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

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

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

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

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

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