#1B5B98

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

Shades of Endeavour #1B5B98

Tints of Endeavour #1B5B98

Color information

#1B5B98 (or 0x1B5B98) is unknown color: approx Endeavour. HEX triplet: 1B, 5B and 98. RGB value is (27,91,152). Sum of RGB (Red+Green+Blue) = 27+91+152=270 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10% from 270); Green value is 91 (35.94% from 255 or 33.70% from 270); Blue value is 152 (59.77% from 255 or 56.30% from 270); Max value from RGB is 152 - color contains mainly: blue. Hex color #1B5B98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5B98 is #E4A467. Grayscale: #4E4E4E. Windows color (decimal): -14984296 or 9984795. OLE color: 9984795.

HSL color Cylindrical-coordinate representation of color #1B5B98: hue angle of 209.28º 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 #1B5B98 is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2791152-
CMYK0.820.4000.40
HSL209.28º69.83%35.1%-
HSV(B)209.28º82.24%59.61%-
XYZ9.869.9831.11-
YUV78.82169.391.04-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10%
GREEN value IS 91 (35.94% from 255) = 33.70%
BLUE value IS 152 (59.77% from 255) = 56.30%
R=10%
G=33.70%
B=56.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal27911520.820.4000.40209.2869.8335.1
Hex1B5B985228028d14623
Octal331332301225005032110643
Binary1101110110111001100010100101010000101000110100011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,91,152); }

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

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

 a { background-color: rgb(27,91,152); }

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

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

 span { border-color: rgb(27,91,152); }

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