#26268B

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

Shades of Midnight Blue #26268B

Tints of Midnight Blue #26268B

Color information

#26268B (or 0x26268B) is unknown color: approx Midnight Blue. HEX triplet: 26, 26 and 8B. RGB value is (38,38,139). Sum of RGB (Red+Green+Blue) = 38+38+139=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 139 (54.69% from 255 or 64.65% from 215); Max value from RGB is 139 - color contains mainly: blue. Hex color #26268B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26268B is #D9D974. Grayscale: #313131. Windows color (decimal): -14276981 or 9119270. OLE color: 9119270.

HSL color Cylindrical-coordinate representation of color #26268B: hue angle of 240º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26268B is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3838139-
CMYK0.730.7300.45
HSL240º57.06%34.71%-
HSV(B)240º72.66%54.51%-
XYZ6.153.6624.81-
YUV49.51178.5119.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.67%
GREEN value IS 38 (15.23% from 255) = 17.67%
BLUE value IS 139 (54.69% from 255) = 64.65%
R=17.67%
G=17.67%
B=64.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38381390.730.7300.4524057.0634.71
Hex26268B494902Df03923
Octal46462131111110553607143
Binary1001101001101000101110010011001001010110111110000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26268B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26268B; }

 p { color: rgb(38,38,139); }

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

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

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

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

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

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

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