#1B5A99

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

Shades of Endeavour #1B5A99

Tints of Endeavour #1B5A99

Color information

#1B5A99 (or 0x1B5A99) is unknown color: approx Endeavour. HEX triplet: 1B, 5A and 99. RGB value is (27,90,153). Sum of RGB (Red+Green+Blue) = 27+90+153=270 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B5A99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5A99 is #E4A566. Grayscale: #4E4E4E. Windows color (decimal): -14984551 or 10050075. OLE color: 10050075.

HSL color Cylindrical-coordinate representation of color #1B5A99: hue angle of 210º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B5A99 is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2790153-
CMYK0.820.4100.4
HSL210º70%35.29%-
HSV(B)210º82.35%60%-
XYZ9.869.8531.52-
YUV78.34170.1391.38-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10%
GREEN value IS 90 (35.55% from 255) = 33.33%
BLUE value IS 153 (60.16% from 255) = 56.67%
R=10%
G=33.33%
B=56.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal27901530.820.4100.42107035.29
Hex1B5A995229028d24623
Octal331322311225105032210643
Binary1101110110101001100110100101010010101000110100101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,90,153); }

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

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

 a { background-color: rgb(27,90,153); }

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

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

 span { border-color: rgb(27,90,153); }

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