#185A99

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

Shades of Endeavour #185A99

Tints of Endeavour #185A99

Color information

#185A99 (or 0x185A99) is unknown color: approx Endeavour. HEX triplet: 18, 5A and 99. RGB value is (24,90,153). Sum of RGB (Red+Green+Blue) = 24+90+153=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #185A99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185A99 is #E7A566. Grayscale: #4D4D4D. Windows color (decimal): -15181159 or 10050072. OLE color: 10050072.

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

Color convert

RGB2490153-
CMYK0.840.4100.4
HSL209.3º72.88%34.71%-
HSV(B)209.3º84.31%60%-
XYZ9.789.8131.51-
YUV77.45170.6389.88-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.99%
GREEN value IS 90 (35.55% from 255) = 33.71%
BLUE value IS 153 (60.16% from 255) = 57.30%
R=8.99%
G=33.71%
B=57.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal24901530.840.4100.4209.372.8834.71
Hex185A995429028d14923
Octal301322311245105032111143
Binary1100010110101001100110101001010010101000110100011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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