#185D9C

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

Shades of Endeavour #185D9C

Tints of Endeavour #185D9C

Color information

#185D9C (or 0x185D9C) is unknown color: approx Endeavour. HEX triplet: 18, 5D and 9C. RGB value is (24,93,156). Sum of RGB (Red+Green+Blue) = 24+93+156=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #185D9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185D9C is #E7A263. Grayscale: #4F4F4F. Windows color (decimal): -15180388 or 10247448. OLE color: 10247448.

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

Color convert

RGB2493156-
CMYK0.850.4000.39
HSL208.64º73.33%35.29%-
HSV(B)208.64º84.62%61.18%-
XYZ10.2910.4232.92-
YUV79.55171.1488.38-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.79%
GREEN value IS 93 (36.72% from 255) = 34.07%
BLUE value IS 156 (61.33% from 255) = 57.14%
R=8.79%
G=34.07%
B=57.14%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal24931560.850.4000.39208.6473.3335.29
Hex185D9C5528027d14923
Octal301352341255004732111143
Binary1100010111011001110010101011010000100111110100011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,93,156); }

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

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

 a { background-color: rgb(24,93,156); }

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

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

 span { border-color: rgb(24,93,156); }

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