#186596

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

Shades of Endeavour #186596

Tints of Endeavour #186596

Color information

#186596 (or 0x186596) is unknown color: approx Endeavour. HEX triplet: 18, 65 and 96. RGB value is (24,101,150). Sum of RGB (Red+Green+Blue) = 24+101+150=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 150 (58.98% from 255 or 54.55% from 275); Max value from RGB is 150 - color contains mainly: blue. Hex color #186596 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186596 is #E79A69. Grayscale: #535353. Windows color (decimal): -15178346 or 9856280. OLE color: 9856280.

HSL color Cylindrical-coordinate representation of color #186596: hue angle of 203.33º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #186596 is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB24101150-
CMYK0.840.3300.41
HSL203.33º72.41%34.12%-
HSV(B)203.33º84%58.82%-
XYZ10.5411.730.56-
YUV83.56165.4985.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.73%
GREEN value IS 101 (39.84% from 255) = 36.73%
BLUE value IS 150 (58.98% from 255) = 54.55%
R=8.73%
G=36.73%
B=54.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal241011500.840.3300.41203.3372.4134.12
Hex1865965421029cb4822
Octal301452261244105131311042
Binary1100011001011001011010101001000010101001110010111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186596; }

 p { color: rgb(24,101,150); }

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

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

 a { background-color: rgb(24,101,150); }

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

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

 span { border-color: rgb(24,101,150); }

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