#185893

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

Shades of Endeavour #185893

Tints of Endeavour #185893

Color information

#185893 (or 0x185893) is unknown color: approx Endeavour. HEX triplet: 18, 58 and 93. RGB value is (24,88,147). Sum of RGB (Red+Green+Blue) = 24+88+147=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 147 (57.81% from 255 or 56.76% from 259); Max value from RGB is 147 - color contains mainly: blue. Hex color #185893 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185893 is #E7A76C. Grayscale: #4B4B4B. Windows color (decimal): -15181677 or 9656344. OLE color: 9656344.

HSL color Cylindrical-coordinate representation of color #185893: hue angle of 208.78º 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 #185893 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2488147-
CMYK0.840.4000.42
HSL208.78º71.93%33.53%-
HSV(B)208.78º83.67%57.65%-
XYZ9.139.2828.91-
YUV75.59168.391.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.27%
GREEN value IS 88 (34.77% from 255) = 33.98%
BLUE value IS 147 (57.81% from 255) = 56.76%
R=9.27%
G=33.98%
B=56.76%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24881470.840.4000.42208.7871.9333.53
Hex185893542802Ad14822
Octal301302231245005232111042
Binary1100010110001001001110101001010000101010110100011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185893; }

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

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

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

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

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

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

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

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