#185A9E

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

Shades of Endeavour #185A9E

Tints of Endeavour #185A9E

Color information

#185A9E (or 0x185A9E) is unknown color: approx Endeavour. HEX triplet: 18, 5A and 9E. RGB value is (24,90,158). Sum of RGB (Red+Green+Blue) = 24+90+158=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 158 (62.11% from 255 or 58.09% from 272); Max value from RGB is 158 - color contains mainly: blue. Hex color #185A9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185A9E is #E7A561. Grayscale: #4D4D4D. Windows color (decimal): -15181154 or 10377752. OLE color: 10377752.

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

Color convert

RGB2490158-
CMYK0.850.4300.38
HSL210.45º73.63%35.69%-
HSV(B)210.45º84.81%61.96%-
XYZ10.29.9833.74-
YUV78.02173.1389.47-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.82%
GREEN value IS 90 (35.55% from 255) = 33.09%
BLUE value IS 158 (62.11% from 255) = 58.09%
R=8.82%
G=33.09%
B=58.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal24901580.850.4300.38210.4573.6335.69
Hex185A9E552B026d24a24
Octal301322361255304632211244
Binary1100010110101001111010101011010110100110110100101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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