#185899

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

Shades of Endeavour #185899

Tints of Endeavour #185899

Color information

#185899 (or 0x185899) is unknown color: approx Endeavour. HEX triplet: 18, 58 and 99. RGB value is (24,88,153). Sum of RGB (Red+Green+Blue) = 24+88+153=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #185899 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185899 is #E7A766. Grayscale: #4B4B4B. Windows color (decimal): -15181671 or 10049560. OLE color: 10049560.

HSL color Cylindrical-coordinate representation of color #185899: hue angle of 210.23º 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 #185899 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2488153-
CMYK0.840.4200.4
HSL210.23º72.88%34.71%-
HSV(B)210.23º84.31%60%-
XYZ9.629.4731.46-
YUV76.27171.390.71-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.06%
GREEN value IS 88 (34.77% from 255) = 33.21%
BLUE value IS 153 (60.16% from 255) = 57.74%
R=9.06%
G=33.21%
B=57.74%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal24881530.840.4200.4210.2372.8834.71
Hex185899542A028d24923
Octal301302311245205032211143
Binary1100010110001001100110101001010100101000110100101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185899; }

 p { color: rgb(24,88,153); }

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

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

 a { background-color: rgb(24,88,153); }

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

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

 span { border-color: rgb(24,88,153); }

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