#185F92

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

Shades of Endeavour #185F92

Tints of Endeavour #185F92

Color information

#185F92 (or 0x185F92) is unknown color: approx Endeavour. HEX triplet: 18, 5F and 92. RGB value is (24,95,146). Sum of RGB (Red+Green+Blue) = 24+95+146=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 95 (37.5% from 255 or 35.85% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #185F92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185F92 is #E7A06D. Grayscale: #4F4F4F. Windows color (decimal): -15179886 or 9592600. OLE color: 9592600.

HSL color Cylindrical-coordinate representation of color #185F92: hue angle of 205.08º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #185F92 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2495146-
CMYK0.840.3500.43
HSL205.08º71.76%33.33%-
HSV(B)205.08º83.56%57.25%-
XYZ9.6610.4528.7-
YUV79.58165.4888.35-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.06%
GREEN value IS 95 (37.5% from 255) = 35.85%
BLUE value IS 146 (57.42% from 255) = 55.09%
R=9.06%
G=35.85%
B=55.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal24951460.840.3500.43205.0871.7633.33
Hex185F92542302Bcd4821
Octal301372221244305331511041
Binary1100010111111001001010101001000110101011110011011001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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