#185790

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

Shades of Endeavour #185790

Tints of Endeavour #185790

Color information

#185790 (or 0x185790) is unknown color: approx Endeavour. HEX triplet: 18, 57 and 90. RGB value is (24,87,144). Sum of RGB (Red+Green+Blue) = 24+87+144=255 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.41% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 144 (56.64% from 255 or 56.47% from 255); Max value from RGB is 144 - color contains mainly: blue. Hex color #185790 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185790 is #E7A86F. Grayscale: #4A4A4A. Windows color (decimal): -15181936 or 9459480. OLE color: 9459480.

HSL color Cylindrical-coordinate representation of color #185790: hue angle of 208.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #185790 is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2487144-
CMYK0.830.4000.44
HSL208.5º71.43%32.94%-
HSV(B)208.5º83.33%56.47%-
XYZ8.829.0227.66-
YUV74.66167.1391.87-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.41%
GREEN value IS 87 (34.38% from 255) = 34.12%
BLUE value IS 144 (56.64% from 255) = 56.47%
R=9.41%
G=34.12%
B=56.47%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal24871440.830.4000.44208.571.4332.94
Hex185790532802Cd04721
Octal301272201235005432010741
Binary1100010101111001000010100111010000101100110100001000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185790; }

 p { color: rgb(24,87,144); }

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

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

 a { background-color: rgb(24,87,144); }

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

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

 span { border-color: rgb(24,87,144); }

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