#185E9D

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

Shades of Endeavour #185E9D

Tints of Endeavour #185E9D

Color information

#185E9D (or 0x185E9D) is unknown color: approx Endeavour. HEX triplet: 18, 5E and 9D. RGB value is (24,94,157). Sum of RGB (Red+Green+Blue) = 24+94+157=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #185E9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185E9D is #E7A162. Grayscale: #4F4F4F. Windows color (decimal): -15180131 or 10313240. OLE color: 10313240.

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

Color convert

RGB2494157-
CMYK0.850.4000.38
HSL208.42º73.48%35.49%-
HSV(B)208.42º84.71%61.57%-
XYZ10.4710.6333.4-
YUV80.25171.3187.88-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.73%
GREEN value IS 94 (37.11% from 255) = 34.18%
BLUE value IS 157 (61.72% from 255) = 57.09%
R=8.73%
G=34.18%
B=57.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal24941570.850.4000.38208.4273.4835.49
Hex185E9D5528026d04923
Octal301362351255004632011143
Binary1100010111101001110110101011010000100110110100001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,94,157); }

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

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

 a { background-color: rgb(24,94,157); }

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

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

 span { border-color: rgb(24,94,157); }

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