#185999

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

Shades of Endeavour #185999

Tints of Endeavour #185999

Color information

#185999 (or 0x185999) is unknown color: approx Endeavour. HEX triplet: 18, 59 and 99. RGB value is (24,89,153). Sum of RGB (Red+Green+Blue) = 24+89+153=266 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.02% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #185999 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185999 is #E7A666. Grayscale: #4C4C4C. Windows color (decimal): -15181415 or 10049816. OLE color: 10049816.

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

Color convert

RGB2489153-
CMYK0.840.4200.4
HSL209.77º72.88%34.71%-
HSV(B)209.77º84.31%60%-
XYZ9.79.6431.49-
YUV76.86170.9790.3-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.02%
GREEN value IS 89 (35.16% from 255) = 33.46%
BLUE value IS 153 (60.16% from 255) = 57.52%
R=9.02%
G=33.46%
B=57.52%

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
Decimal24891530.840.4200.4209.7772.8834.71
Hex185999542A028d24923
Octal301312311245205032211143
Binary1100010110011001100110101001010100101000110100101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185999; }

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

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

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

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

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

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

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

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