#185293

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

Shades of Endeavour #185293

Tints of Endeavour #185293

Color information

#185293 (or 0x185293) is unknown color: approx Endeavour. HEX triplet: 18, 52 and 93. RGB value is (24,82,147). Sum of RGB (Red+Green+Blue) = 24+82+147=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #185293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185293 is #E7AD6C. Grayscale: #474747. Windows color (decimal): -15183213 or 9654808. OLE color: 9654808.

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

Color convert

RGB2482147-
CMYK0.840.4400.42
HSL211.71º71.93%33.53%-
HSV(B)211.71º83.67%57.65%-
XYZ8.668.3428.76-
YUV72.07170.2893.71-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.49%
GREEN value IS 82 (32.42% from 255) = 32.41%
BLUE value IS 147 (57.81% from 255) = 58.10%
R=9.49%
G=32.41%
B=58.10%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24821470.840.4400.42211.7171.9333.53
Hex185293542C02Ad44822
Octal301222231245405232411042
Binary1100010100101001001110101001011000101010110101001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185293; }

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

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

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

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

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

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

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

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