#185189

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

Shades of Endeavour #185189

Tints of Endeavour #185189

Color information

#185189 (or 0x185189) is unknown color: approx Endeavour. HEX triplet: 18, 51 and 89. RGB value is (24,81,137). Sum of RGB (Red+Green+Blue) = 24+81+137=242 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.92% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 137 (53.91% from 255 or 56.61% from 242); Max value from RGB is 137 - color contains mainly: blue. Hex color #185189 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185189 is #E7AE76. Grayscale: #464646. Windows color (decimal): -15183479 or 8999192. OLE color: 8999192.

HSL color Cylindrical-coordinate representation of color #185189: hue angle of 209.73º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #185189 is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2481137-
CMYK0.820.4100.46
HSL209.73º70.19%31.57%-
HSV(B)209.73º82.48%53.73%-
XYZ7.837.8924.78-
YUV70.34165.6294.95-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.92%
GREEN value IS 81 (32.03% from 255) = 33.47%
BLUE value IS 137 (53.91% from 255) = 56.61%
R=9.92%
G=33.47%
B=56.61%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal24811370.820.4100.46209.7370.1931.57
Hex185189522902Ed24620
Octal301212111225105632210640
Binary1100010100011000100110100101010010101110110100101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185189; }

 p { color: rgb(24,81,137); }

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

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

 a { background-color: rgb(24,81,137); }

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

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

 span { border-color: rgb(24,81,137); }

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