#186394

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

Shades of Endeavour #186394

Tints of Endeavour #186394

Color information

#186394 (or 0x186394) is unknown color: approx Endeavour. HEX triplet: 18, 63 and 94. RGB value is (24,99,148). Sum of RGB (Red+Green+Blue) = 24+99+148=271 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.86% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #186394 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186394 is #E79C6B. Grayscale: #515151. Windows color (decimal): -15178860 or 9724696. OLE color: 9724696.

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

Color convert

RGB2499148-
CMYK0.840.3300.42
HSL203.71º72.09%33.73%-
HSV(B)203.71º83.78%58.04%-
XYZ10.1811.2629.65-
YUV82.16165.1586.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.86%
GREEN value IS 99 (39.06% from 255) = 36.53%
BLUE value IS 148 (58.20% from 255) = 54.61%
R=8.86%
G=36.53%
B=54.61%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24991480.840.3300.42203.7172.0933.73
Hex186394542102Acc4822
Octal301432241244105231411042
Binary1100011000111001010010101001000010101010110011001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186394; }

 p { color: rgb(24,99,148); }

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

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

 a { background-color: rgb(24,99,148); }

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

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

 span { border-color: rgb(24,99,148); }

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