#26257A

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

Shades of Midnight Blue #26257A

Tints of Midnight Blue #26257A

Color information

#26257A (or 0x26257A) is unknown color: approx Midnight Blue. HEX triplet: 26, 25 and 7A. RGB value is (38,37,122). Sum of RGB (Red+Green+Blue) = 38+37+122=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 122 (48.05% from 255 or 61.93% from 197); Max value from RGB is 122 - color contains mainly: blue. Hex color #26257A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26257A is #D9DA85. Grayscale: #2E2E2E. Windows color (decimal): -14277254 or 8004902. OLE color: 8004902.

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

Color convert

RGB3837122-
CMYK0.690.7000.52
HSL240.71º53.46%31.18%-
HSV(B)240.71º69.67%47.84%-
XYZ4.973.1418.76-
YUV46.99170.33121.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.29%
GREEN value IS 37 (14.84% from 255) = 18.78%
BLUE value IS 122 (48.05% from 255) = 61.93%
R=19.29%
G=18.78%
B=61.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38371220.690.7000.52240.7153.4631.18
Hex26257A4546034f1351f
Octal46451721051060643616537
Binary10011010010111110101000101100011001101001111000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26257A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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