#185895

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

Shades of Endeavour #185895

Tints of Endeavour #185895

Color information

#185895 (or 0x185895) is unknown color: approx Endeavour. HEX triplet: 18, 58 and 95. RGB value is (24,88,149). Sum of RGB (Red+Green+Blue) = 24+88+149=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 149 (58.59% from 255 or 57.09% from 261); Max value from RGB is 149 - color contains mainly: blue. Hex color #185895 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185895 is #E7A76A. Grayscale: #4B4B4B. Windows color (decimal): -15181675 or 9787416. OLE color: 9787416.

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

Color convert

RGB2488149-
CMYK0.840.4100.42
HSL209.28º72.25%33.92%-
HSV(B)209.28º83.89%58.43%-
XYZ9.299.3429.75-
YUV75.82169.391.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.20%
GREEN value IS 88 (34.77% from 255) = 33.72%
BLUE value IS 149 (58.59% from 255) = 57.09%
R=9.20%
G=33.72%
B=57.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24881490.840.4100.42209.2872.2533.92
Hex185895542902Ad14822
Octal301302251245105232111042
Binary1100010110001001010110101001010010101010110100011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185895; }

 p { color: rgb(24,88,149); }

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

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

 a { background-color: rgb(24,88,149); }

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

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

 span { border-color: rgb(24,88,149); }

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