#26297C

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

Shades of Midnight Blue #26297C

Tints of Midnight Blue #26297C

Color information

#26297C (or 0x26297C) is unknown color: approx Midnight Blue. HEX triplet: 26, 29 and 7C. RGB value is (38,41,124). Sum of RGB (Red+Green+Blue) = 38+41+124=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #26297C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26297C is #D9D683. Grayscale: #313131. Windows color (decimal): -14276228 or 8136998. OLE color: 8136998.

HSL color Cylindrical-coordinate representation of color #26297C: hue angle of 237.91º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26297C is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3841124-
CMYK0.690.6700.51
HSL237.91º53.09%31.76%-
HSV(B)237.91º69.35%48.63%-
XYZ5.233.4519.46-
YUV49.57170.01119.75-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.72%
GREEN value IS 41 (16.41% from 255) = 20.20%
BLUE value IS 124 (48.83% from 255) = 61.08%
R=18.72%
G=20.20%
B=61.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38411240.690.6700.51237.9153.0931.76
Hex26297C4543033ee3520
Octal46511741051030633566540
Binary100110101001111110010001011000011011001111101110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26297C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26297C; }

 p { color: rgb(38,41,124); }

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

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

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

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

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

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

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