#185B9A

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

Shades of Endeavour #185B9A

Tints of Endeavour #185B9A

Color information

#185B9A (or 0x185B9A) is unknown color: approx Endeavour. HEX triplet: 18, 5B and 9A. RGB value is (24,91,154). Sum of RGB (Red+Green+Blue) = 24+91+154=269 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.92% from 269); Green value is 91 (35.94% from 255 or 33.83% from 269); Blue value is 154 (60.55% from 255 or 57.25% from 269); Max value from RGB is 154 - color contains mainly: blue. Hex color #185B9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185B9A is #E7A465. Grayscale: #4D4D4D. Windows color (decimal): -15180902 or 10115864. OLE color: 10115864.

HSL color Cylindrical-coordinate representation of color #185B9A: hue angle of 209.08º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #185B9A is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2491154-
CMYK0.840.4100.40
HSL209.08º73.03%34.9%-
HSV(B)209.08º84.42%60.39%-
XYZ9.9510.0131.98-
YUV78.15170.889.38-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.92%
GREEN value IS 91 (35.94% from 255) = 33.83%
BLUE value IS 154 (60.55% from 255) = 57.25%
R=8.92%
G=33.83%
B=57.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal24911540.840.4100.40209.0873.0334.9
Hex185B9A5429028d14923
Octal301332321245105032111143
Binary1100010110111001101010101001010010101000110100011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185B9A; }

 p { color: rgb(24,91,154); }

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

<style>
 a { background-color: #185B9A; }

 a { background-color: rgb(24,91,154); }

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

<style>
 span { border-color: #185B9A; }

 span { border-color: rgb(24,91,154); }

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