#1B559C

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

Shades of Endeavour #1B559C

Tints of Endeavour #1B559C

Color information

#1B559C (or 0x1B559C) is unknown color: approx Endeavour. HEX triplet: 1B, 55 and 9C. RGB value is (27,85,156). Sum of RGB (Red+Green+Blue) = 27+85+156=268 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.07% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 156 (61.33% from 255 or 58.21% from 268); Max value from RGB is 156 - color contains mainly: blue. Hex color #1B559C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B559C is #E4AA63. Grayscale: #4B4B4B. Windows color (decimal): -14985828 or 10245403. OLE color: 10245403.

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

Color convert

RGB2785156-
CMYK0.830.4600.39
HSL213.02º70.49%35.88%-
HSV(B)213.02º82.69%61.18%-
XYZ9.79.1332.7-
YUV75.75173.2893.23-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.07%
GREEN value IS 85 (33.59% from 255) = 31.72%
BLUE value IS 156 (61.33% from 255) = 58.21%
R=10.07%
G=31.72%
B=58.21%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal27851560.830.4600.39213.0270.4935.88
Hex1B559C532E027d54624
Octal331252341235604732510644
Binary1101110101011001110010100111011100100111110101011000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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