#185CA1

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

Shades of Endeavour #185CA1

Tints of Endeavour #185CA1

Color information

#185CA1 (or 0x185CA1) is unknown color: approx Endeavour. HEX triplet: 18, 5C and A1. RGB value is (24,92,161). Sum of RGB (Red+Green+Blue) = 24+92+161=277 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.66% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 161 (63.28% from 255 or 58.12% from 277); Max value from RGB is 161 - color contains mainly: blue. Hex color #185CA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185CA1 is #E7A35E. Grayscale: #4F4F4F. Windows color (decimal): -15180639 or 10574872. OLE color: 10574872.

HSL color Cylindrical-coordinate representation of color #185CA1: hue angle of 210.22º 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 #185CA1 is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2492161-
CMYK0.850.4300.37
HSL210.22º74.05%36.27%-
HSV(B)210.22º85.09%63.14%-
XYZ10.6410.4235.17-
YUV79.53173.9788.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.66%
GREEN value IS 92 (36.33% from 255) = 33.21%
BLUE value IS 161 (63.28% from 255) = 58.12%
R=8.66%
G=33.21%
B=58.12%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal24921610.850.4300.37210.2274.0536.27
Hex185CA1552B025d24a24
Octal301342411255304532211244
Binary1100010111001010000110101011010110100101110100101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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