#186493

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

Shades of Endeavour #186493

Tints of Endeavour #186493

Color information

#186493 (or 0x186493) is unknown color: approx Endeavour. HEX triplet: 18, 64 and 93. RGB value is (24,100,147). Sum of RGB (Red+Green+Blue) = 24+100+147=271 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.86% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #186493 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186493 is #E79B6C. Grayscale: #525252. Windows color (decimal): -15178605 or 9659416. OLE color: 9659416.

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

Color convert

RGB24100147-
CMYK0.840.3200.42
HSL202.93º71.93%33.53%-
HSV(B)202.93º83.67%57.65%-
XYZ10.211.4229.27-
YUV82.63164.3286.18-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.86%
GREEN value IS 100 (39.45% from 255) = 36.90%
BLUE value IS 147 (57.81% from 255) = 54.24%
R=8.86%
G=36.90%
B=54.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal241001470.840.3200.42202.9371.9333.53
Hex186493542002Acb4822
Octal301442231244005231311042
Binary1100011001001001001110101001000000101010110010111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186493; }

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

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

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

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

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

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

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

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