#185099

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

Shades of Endeavour #185099

Tints of Endeavour #185099

Color information

#185099 (or 0x185099) is unknown color: approx Endeavour. HEX triplet: 18, 50 and 99. RGB value is (24,80,153). Sum of RGB (Red+Green+Blue) = 24+80+153=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 153 (60.16% from 255 or 59.53% from 257); Max value from RGB is 153 - color contains mainly: blue. Hex color #185099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185099 is #E7AF66. Grayscale: #474747. Windows color (decimal): -15183719 or 10047512. OLE color: 10047512.

HSL color Cylindrical-coordinate representation of color #185099: hue angle of 213.95º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #185099 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2480153-
CMYK0.840.4800.4
HSL213.95º72.88%34.71%-
HSV(B)213.95º84.31%60%-
XYZ98.2331.25-
YUV71.58173.9594.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.34%
GREEN value IS 80 (31.64% from 255) = 31.13%
BLUE value IS 153 (60.16% from 255) = 59.53%
R=9.34%
G=31.13%
B=59.53%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal24801530.840.4800.4213.9572.8834.71
Hex1850995430028d64923
Octal301202311246005032611143
Binary1100010100001001100110101001100000101000110101101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185099; }

 p { color: rgb(24,80,153); }

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

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

 a { background-color: rgb(24,80,153); }

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

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

 span { border-color: rgb(24,80,153); }

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