#185996

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

Shades of Endeavour #185996

Tints of Endeavour #185996

Color information

#185996 (or 0x185996) is unknown color: approx Endeavour. HEX triplet: 18, 59 and 96. RGB value is (24,89,150). Sum of RGB (Red+Green+Blue) = 24+89+150=263 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.13% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 150 (58.98% from 255 or 57.03% from 263); Max value from RGB is 150 - color contains mainly: blue. Hex color #185996 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185996 is #E7A669. Grayscale: #4C4C4C. Windows color (decimal): -15181418 or 9853208. OLE color: 9853208.

HSL color Cylindrical-coordinate representation of color #185996: hue angle of 209.05º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #185996 is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2489150-
CMYK0.840.4100.41
HSL209.05º72.41%34.12%-
HSV(B)209.05º84%58.82%-
XYZ9.459.5430.2-
YUV76.52169.4790.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.13%
GREEN value IS 89 (35.16% from 255) = 33.84%
BLUE value IS 150 (58.98% from 255) = 57.03%
R=9.13%
G=33.84%
B=57.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal24891500.840.4100.41209.0572.4134.12
Hex1859965429029d14822
Octal301312261245105132111042
Binary1100010110011001011010101001010010101001110100011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185996; }

 p { color: rgb(24,89,150); }

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

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

 a { background-color: rgb(24,89,150); }

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

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

 span { border-color: rgb(24,89,150); }

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