#185AA1

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

Shades of Endeavour #185AA1

Tints of Endeavour #185AA1

Color information

#185AA1 (or 0x185AA1) is unknown color: approx Endeavour. HEX triplet: 18, 5A and A1. RGB value is (24,90,161). Sum of RGB (Red+Green+Blue) = 24+90+161=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 161 (63.28% from 255 or 58.55% from 275); Max value from RGB is 161 - color contains mainly: blue. Hex color #185AA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185AA1 is #E7A55E. Grayscale: #4E4E4E. Windows color (decimal): -15181151 or 10574360. OLE color: 10574360.

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

Color convert

RGB2490161-
CMYK0.850.4400.37
HSL211.09º74.05%36.27%-
HSV(B)211.09º85.09%63.14%-
XYZ10.4710.0835.11-
YUV78.36174.6389.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.73%
GREEN value IS 90 (35.55% from 255) = 32.73%
BLUE value IS 161 (63.28% from 255) = 58.55%
R=8.73%
G=32.73%
B=58.55%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal24901610.850.4400.37211.0974.0536.27
Hex185AA1552C025d34a24
Octal301322411255404532311244
Binary1100010110101010000110101011011000100101110100111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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