#265999

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

Shades of Endeavour #265999

Tints of Endeavour #265999

Color information

#265999 (or 0x265999) is unknown color: approx Endeavour. HEX triplet: 26, 59 and 99. RGB value is (38,89,153). Sum of RGB (Red+Green+Blue) = 38+89+153=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #265999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265999 is #D9A666. Grayscale: #505050. Windows color (decimal): -14263911 or 10049830. OLE color: 10049830.

HSL color Cylindrical-coordinate representation of color #265999: hue angle of 213.39º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #265999 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3889153-
CMYK0.750.4200.4
HSL213.39º60.21%37.45%-
HSV(B)213.39º75.16%60%-
XYZ10.129.8631.51-
YUV81.05168.697.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.57%
GREEN value IS 89 (35.16% from 255) = 31.79%
BLUE value IS 153 (60.16% from 255) = 54.64%
R=13.57%
G=31.79%
B=54.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal38891530.750.4200.4213.3960.2137.45
Hex2659994B2A028d53c25
Octal46131231113520503257445
Binary1001101011001100110011001011101010010100011010101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265999; }

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

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

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

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

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

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

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

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