#26598b

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

Shades of Endeavour #26598B

Tints of Endeavour #26598B

Color information

#26598B (or 0x26598B) is unknown color: approx Endeavour. HEX triplet: 26, 59 and 8B. RGB value is (38,89,139). Sum of RGB (Red+Green+Blue) = 38+89+139=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #26598B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26598B is #D9A674. Grayscale: #4F4F4F. Windows color (decimal): -14263925 or 9132326. OLE color: 9132326.

HSL color Cylindrical-coordinate representation of color #26598B: hue angle of 209.7º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26598B is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3889139-
CMYK0.730.3600.45
HSL209.7º57.06%34.71%-
HSV(B)209.7º72.66%54.51%-
XYZ9.039.4225.77-
YUV79.45161.698.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.29%
GREEN value IS 89 (35.16% from 255) = 33.46%
BLUE value IS 139 (54.69% from 255) = 52.26%
R=14.29%
G=33.46%
B=52.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38891390.730.3600.45209.757.0634.71
Hex26598B492402Dd23923
Octal46131213111440553227143
Binary1001101011001100010111001001100100010110111010010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26598b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26598b; }

 p { color: rgb(38,89,139); }

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

<style>
 a { background-color: #26598b; }

 a { background-color: rgb(38,89,139); }

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

<style>
 span { border-color: #26598b; }

 span { border-color: rgb(38,89,139); }

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