#26404F

Color #26404F Nile Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nile Blue #26404F

Tints of Nile Blue #26404F

Color information

#26404F (or 0x26404F) is unknown color: approx Nile Blue. HEX triplet: 26, 40 and 4F. RGB value is (38,64,79). Sum of RGB (Red+Green+Blue) = 38+64+79=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 79 (31.25% from 255 or 43.65% from 181); Max value from RGB is 79 - color contains mainly: blue. Hex color #26404F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26404F is #D9BFB0. Grayscale: #393939. Windows color (decimal): -14270385 or 5193766. OLE color: 5193766.

HSL color Cylindrical-coordinate representation of color #26404F: hue angle of 201.95º degrees, saturation: 0.35, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #26404F is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB386479-
CMYK0.520.1900.69
HSL201.95º35.04%22.94%-
HSV(B)201.95º51.9%30.98%-
XYZ4.044.648.08-
YUV57.94139.89113.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.99%
GREEN value IS 64 (25.39% from 255) = 35.36%
BLUE value IS 79 (31.25% from 255) = 43.65%
R=20.99%
G=35.36%
B=43.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3864790.520.1900.69201.9535.0422.94
Hex26404F3413045ca2317
Octal46100117642301053124327
Binary1001101000000100111111010010011010001011100101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26404F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26404F; }

 p { color: rgb(38,64,79); }

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

<style>
 a { background-color: #26404F; }

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

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

<style>
 span { border-color: #26404F; }

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

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