#185096

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

Shades of Endeavour #185096

Tints of Endeavour #185096

Color information

#185096 (or 0x185096) is unknown color: approx Endeavour. HEX triplet: 18, 50 and 96. RGB value is (24,80,150). Sum of RGB (Red+Green+Blue) = 24+80+150=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 150 (58.98% from 255 or 59.06% from 254); Max value from RGB is 150 - color contains mainly: blue. Hex color #185096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185096 is #E7AF69. Grayscale: #464646. Windows color (decimal): -15183722 or 9850904. OLE color: 9850904.

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

Color convert

RGB2480150-
CMYK0.840.4700.41
HSL213.33º72.41%34.12%-
HSV(B)213.33º84%58.82%-
XYZ8.758.1329.96-
YUV71.24172.4594.31-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.45%
GREEN value IS 80 (31.64% from 255) = 31.50%
BLUE value IS 150 (58.98% from 255) = 59.06%
R=9.45%
G=31.50%
B=59.06%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal24801500.840.4700.41213.3372.4134.12
Hex185096542F029d54822
Octal301202261245705132511042
Binary1100010100001001011010101001011110101001110101011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185096; }

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

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

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

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

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

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

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

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