#26277A

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

Shades of Midnight Blue #26277A

Tints of Midnight Blue #26277A

Color information

#26277A (or 0x26277A) is unknown color: approx Midnight Blue. HEX triplet: 26, 27 and 7A. RGB value is (38,39,122). Sum of RGB (Red+Green+Blue) = 38+39+122=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 39 (15.62% from 255 or 19.60% from 199); Blue value is 122 (48.05% from 255 or 61.31% from 199); Max value from RGB is 122 - color contains mainly: blue. Hex color #26277A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26277A is #D9D885. Grayscale: #2F2F2F. Windows color (decimal): -14276742 or 8005414. OLE color: 8005414.

HSL color Cylindrical-coordinate representation of color #26277A: hue angle of 239.29º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26277A is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3839122-
CMYK0.690.6800.52
HSL239.29º52.5%31.37%-
HSV(B)239.29º68.85%47.84%-
XYZ5.043.2718.78-
YUV48.16169.67120.75-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.10%
GREEN value IS 39 (15.62% from 255) = 19.60%
BLUE value IS 122 (48.05% from 255) = 61.31%
R=19.10%
G=19.60%
B=61.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38391220.690.6800.52239.2952.531.37
Hex26277A4544034ef341f
Octal46471721051040643576437
Binary10011010011111110101000101100010001101001110111111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26277A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26277A; }

 p { color: rgb(38,39,122); }

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

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

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

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

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

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

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