#26277B

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

Shades of Midnight Blue #26277B

Tints of Midnight Blue #26277B

Color information

#26277B (or 0x26277B) is unknown color: approx Midnight Blue. HEX triplet: 26, 27 and 7B. RGB value is (38,39,123). Sum of RGB (Red+Green+Blue) = 38+39+123=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 123 (48.44% from 255 or 61.5% from 200); Max value from RGB is 123 - color contains mainly: blue. Hex color #26277B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26277B is #D9D884. Grayscale: #2F2F2F. Windows color (decimal): -14276741 or 8070950. OLE color: 8070950.

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

Color convert

RGB3839123-
CMYK0.690.6800.52
HSL239.29º52.8%31.57%-
HSV(B)239.29º69.11%48.24%-
XYZ5.13.2919.11-
YUV48.28170.17120.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19%
GREEN value IS 39 (15.62% from 255) = 19.5%
BLUE value IS 123 (48.44% from 255) = 61.5%
R=19%
G=19.5%
B=61.5%

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
Decimal38391230.690.6800.52239.2952.831.57
Hex26277B4544034ef3520
Octal46471731051040643576540
Binary100110100111111101110001011000100011010011101111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26277B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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