#185f9b

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

Shades of Endeavour #185F9B

Tints of Endeavour #185F9B

Color information

#185F9B (or 0x185F9B) is unknown color: approx Endeavour. HEX triplet: 18, 5F and 9B. RGB value is (24,95,155). Sum of RGB (Red+Green+Blue) = 24+95+155=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #185F9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185F9B is #E7A064. Grayscale: #505050. Windows color (decimal): -15179877 or 10182424. OLE color: 10182424.

HSL color Cylindrical-coordinate representation of color #185F9B: hue angle of 207.48º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #185F9B is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2495155-
CMYK0.850.3900.39
HSL207.48º73.18%35.1%-
HSV(B)207.48º84.52%60.78%-
XYZ10.3910.7532.54-
YUV80.61169.9887.62-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.76%
GREEN value IS 95 (37.5% from 255) = 34.67%
BLUE value IS 155 (60.94% from 255) = 56.57%
R=8.76%
G=34.67%
B=56.57%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal24951550.850.3900.39207.4873.1835.1
Hex185F9B5527027cf4923
Octal301372331254704731711143
Binary1100010111111001101110101011001110100111110011111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185f9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,95,155); }

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

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

 a { background-color: rgb(24,95,155); }

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

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

 span { border-color: rgb(24,95,155); }

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