#185C8E

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

Shades of Endeavour #185C8E

Tints of Endeavour #185C8E

Color information

#185C8E (or 0x185C8E) is unknown color: approx Endeavour. HEX triplet: 18, 5C and 8E. RGB value is (24,92,142). Sum of RGB (Red+Green+Blue) = 24+92+142=258 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.30% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 142 (55.86% from 255 or 55.04% from 258); Max value from RGB is 142 - color contains mainly: blue. Hex color #185C8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185C8E is #E7A371. Grayscale: #4D4D4D. Windows color (decimal): -15180658 or 9329688. OLE color: 9329688.

HSL color Cylindrical-coordinate representation of color #185C8E: hue angle of 205.42º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #185C8E is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2492142-
CMYK0.830.3500.44
HSL205.42º71.08%32.55%-
HSV(B)205.42º83.1%55.69%-
XYZ9.099.827-
YUV77.37164.4789.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.30%
GREEN value IS 92 (36.33% from 255) = 35.66%
BLUE value IS 142 (55.86% from 255) = 55.04%
R=9.30%
G=35.66%
B=55.04%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal24921420.830.3500.44205.4271.0832.55
Hex185C8E532302Ccd4721
Octal301342161234305431510741
Binary1100010111001000111010100111000110101100110011011000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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