#185493

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

Shades of Endeavour #185493

Tints of Endeavour #185493

Color information

#185493 (or 0x185493) is unknown color: approx Endeavour. HEX triplet: 18, 54 and 93. RGB value is (24,84,147). Sum of RGB (Red+Green+Blue) = 24+84+147=255 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.41% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #185493 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185493 is #E7AB6C. Grayscale: #484848. Windows color (decimal): -15182701 or 9655320. OLE color: 9655320.

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

Color convert

RGB2484147-
CMYK0.840.4300.42
HSL210.73º71.93%33.53%-
HSV(B)210.73º83.67%57.65%-
XYZ8.818.6428.81-
YUV73.24169.6292.88-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.41%
GREEN value IS 84 (33.20% from 255) = 32.94%
BLUE value IS 147 (57.81% from 255) = 57.65%
R=9.41%
G=32.94%
B=57.65%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24841470.840.4300.42210.7371.9333.53
Hex185493542B02Ad34822
Octal301242231245305232311042
Binary1100010101001001001110101001010110101010110100111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185493; }

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

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

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

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

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

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

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

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