#26414F

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

Shades of Nile Blue #26414F

Tints of Nile Blue #26414F

Color information

#26414F (or 0x26414F) is unknown color: approx Nile Blue. HEX triplet: 26, 41 and 4F. RGB value is (38,65,79). Sum of RGB (Red+Green+Blue) = 38+65+79=182 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.88% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 79 - color contains mainly: blue. Hex color #26414F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26414F is #D9BEB0. Grayscale: #3A3A3A. Windows color (decimal): -14270129 or 5194022. OLE color: 5194022.

HSL color Cylindrical-coordinate representation of color #26414F: hue angle of 200.49º 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 #26414F is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB386579-
CMYK0.520.1800.69
HSL200.49º35.04%22.94%-
HSV(B)200.49º51.9%30.98%-
XYZ4.14.768.1-
YUV58.52139.55113.36-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.88%
GREEN value IS 65 (25.78% from 255) = 35.71%
BLUE value IS 79 (31.25% from 255) = 43.41%
R=20.88%
G=35.71%
B=43.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3865790.520.1800.69200.4935.0422.94
Hex26414F3412045c82317
Octal46101117642201053104327
Binary1001101000001100111111010010010010001011100100010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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