#1B599D

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

Shades of Endeavour #1B599D

Tints of Endeavour #1B599D

Color information

#1B599D (or 0x1B599D) is unknown color: approx Endeavour. HEX triplet: 1B, 59 and 9D. RGB value is (27,89,157). Sum of RGB (Red+Green+Blue) = 27+89+157=273 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.89% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #1B599D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B599D is #E4A662. Grayscale: #4D4D4D. Windows color (decimal): -14984803 or 10311963. OLE color: 10311963.

HSL color Cylindrical-coordinate representation of color #1B599D: hue angle of 211.38º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B599D is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2789157-
CMYK0.830.4300.38
HSL211.38º70.65%36.08%-
HSV(B)211.38º82.8%61.57%-
XYZ10.119.8133.26-
YUV78.21172.4691.47-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.89%
GREEN value IS 89 (35.16% from 255) = 32.60%
BLUE value IS 157 (61.72% from 255) = 57.51%
R=9.89%
G=32.60%
B=57.51%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal27891570.830.4300.38211.3870.6536.08
Hex1B599D532B026d34724
Octal331312351235304632310744
Binary1101110110011001110110100111010110100110110100111000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B599D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B599D; }

 p { color: rgb(27,89,157); }

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

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

 a { background-color: rgb(27,89,157); }

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

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

 span { border-color: rgb(27,89,157); }

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