#185393

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

Shades of Endeavour #185393

Tints of Endeavour #185393

Color information

#185393 (or 0x185393) is unknown color: approx Endeavour. HEX triplet: 18, 53 and 93. RGB value is (24,83,147). Sum of RGB (Red+Green+Blue) = 24+83+147=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 147 (57.81% from 255 or 57.87% from 254); Max value from RGB is 147 - color contains mainly: blue. Hex color #185393 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185393 is #E7AC6C. Grayscale: #484848. Windows color (decimal): -15182957 or 9655064. OLE color: 9655064.

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

Color convert

RGB2483147-
CMYK0.840.4400.42
HSL211.22º71.93%33.53%-
HSV(B)211.22º83.67%57.65%-
XYZ8.748.4928.78-
YUV72.66169.9593.3-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.45%
GREEN value IS 83 (32.81% from 255) = 32.68%
BLUE value IS 147 (57.81% from 255) = 57.87%
R=9.45%
G=32.68%
B=57.87%

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
Decimal24831470.840.4400.42211.2271.9333.53
Hex185393542C02Ad34822
Octal301232231245405232311042
Binary1100010100111001001110101001011000101010110100111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185393; }

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

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

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

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

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

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

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

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