#1B589C

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

Shades of Endeavour #1B589C

Tints of Endeavour #1B589C

Color information

#1B589C (or 0x1B589C) is unknown color: approx Endeavour. HEX triplet: 1B, 58 and 9C. RGB value is (27,88,156). Sum of RGB (Red+Green+Blue) = 27+88+156=271 (35% of max value = 765). Red value is 27 (10.94% from 255 or 9.96% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 156 (61.33% from 255 or 57.56% from 271); Max value from RGB is 156 - color contains mainly: blue. Hex color #1B589C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B589C is #E4A763. Grayscale: #4D4D4D. Windows color (decimal): -14985060 or 10246171. OLE color: 10246171.

HSL color Cylindrical-coordinate representation of color #1B589C: hue angle of 211.63º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B589C is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2788156-
CMYK0.830.4400.39
HSL211.63º70.49%35.88%-
HSV(B)211.63º82.69%61.18%-
XYZ9.949.6132.78-
YUV77.51172.2991.97-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.96%
GREEN value IS 88 (34.77% from 255) = 32.47%
BLUE value IS 156 (61.33% from 255) = 57.56%
R=9.96%
G=32.47%
B=57.56%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal27881560.830.4400.39211.6370.4935.88
Hex1B589C532C027d44624
Octal331302341235404732410644
Binary1101110110001001110010100111011000100111110101001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B589C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,88,156); }

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

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

 a { background-color: rgb(27,88,156); }

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

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

 span { border-color: rgb(27,88,156); }

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