#185A9A

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

Shades of Endeavour #185A9A

Tints of Endeavour #185A9A

Color information

#185A9A (or 0x185A9A) is unknown color: approx Endeavour. HEX triplet: 18, 5A and 9A. RGB value is (24,90,154). Sum of RGB (Red+Green+Blue) = 24+90+154=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 154 (60.55% from 255 or 57.46% from 268); Max value from RGB is 154 - color contains mainly: blue. Hex color #185A9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185A9A is #E7A565. Grayscale: #4D4D4D. Windows color (decimal): -15181158 or 10115608. OLE color: 10115608.

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

Color convert

RGB2490154-
CMYK0.840.4200.40
HSL209.54º73.03%34.9%-
HSV(B)209.54º84.42%60.39%-
XYZ9.879.8431.95-
YUV77.56171.1389.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.96%
GREEN value IS 90 (35.55% from 255) = 33.58%
BLUE value IS 154 (60.55% from 255) = 57.46%
R=8.96%
G=33.58%
B=57.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal24901540.840.4200.40209.5473.0334.9
Hex185A9A542A028d24923
Octal301322321245205032211143
Binary1100010110101001101010101001010100101000110100101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185A9A; }

 p { color: rgb(24,90,154); }

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

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

 a { background-color: rgb(24,90,154); }

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

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

 span { border-color: rgb(24,90,154); }

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