#1B599E

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

Shades of Endeavour #1B599E

Tints of Endeavour #1B599E

Color information

#1B599E (or 0x1B599E) is unknown color: approx Endeavour. HEX triplet: 1B, 59 and 9E. RGB value is (27,89,158). Sum of RGB (Red+Green+Blue) = 27+89+158=274 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.85% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 158 (62.11% from 255 or 57.66% from 274); Max value from RGB is 158 - color contains mainly: blue. Hex color #1B599E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B599E is #E4A661. Grayscale: #4D4D4D. Windows color (decimal): -14984802 or 10377499. OLE color: 10377499.

HSL color Cylindrical-coordinate representation of color #1B599E: hue angle of 211.6º 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 #1B599E is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2789158-
CMYK0.830.4400.38
HSL211.6º70.81%36.27%-
HSV(B)211.6º82.91%61.96%-
XYZ10.29.8533.71-
YUV78.33172.9691.39-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.85%
GREEN value IS 89 (35.16% from 255) = 32.48%
BLUE value IS 158 (62.11% from 255) = 57.66%
R=9.85%
G=32.48%
B=57.66%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal27891580.830.4400.38211.670.8136.27
Hex1B599E532C026d44724
Octal331312361235404632410744
Binary1101110110011001111010100111011000100110110101001000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B599E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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