#185692

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

Shades of Endeavour #185692

Tints of Endeavour #185692

Color information

#185692 (or 0x185692) is unknown color: approx Endeavour. HEX triplet: 18, 56 and 92. RGB value is (24,86,146). Sum of RGB (Red+Green+Blue) = 24+86+146=256 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.38% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 146 (57.42% from 255 or 57.03% from 256); Max value from RGB is 146 - color contains mainly: blue. Hex color #185692 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185692 is #E7A96D. Grayscale: #4A4A4A. Windows color (decimal): -15182190 or 9590296. OLE color: 9590296.

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

Color convert

RGB2486146-
CMYK0.840.4100.43
HSL209.51º71.76%33.33%-
HSV(B)209.51º83.56%57.25%-
XYZ8.898.9328.45-
YUV74.3168.4692.12-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.38%
GREEN value IS 86 (33.98% from 255) = 33.59%
BLUE value IS 146 (57.42% from 255) = 57.03%
R=9.38%
G=33.59%
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.43
SystemRedGreenBlueCMYKHSL
Decimal24861460.840.4100.43209.5171.7633.33
Hex185692542902Bd24821
Octal301262221245105332211041
Binary1100010101101001001010101001010010101011110100101001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185692; }

 p { color: rgb(24,86,146); }

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

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

 a { background-color: rgb(24,86,146); }

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

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

 span { border-color: rgb(24,86,146); }

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