#186594

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

Shades of Endeavour #186594

Tints of Endeavour #186594

Color information

#186594 (or 0x186594) is unknown color: approx Endeavour. HEX triplet: 18, 65 and 94. RGB value is (24,101,148). Sum of RGB (Red+Green+Blue) = 24+101+148=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 148 (58.20% from 255 or 54.21% from 273); Max value from RGB is 148 - color contains mainly: blue. Hex color #186594 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186594 is #E79A6B. Grayscale: #535353. Windows color (decimal): -15178348 or 9725208. OLE color: 9725208.

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

Color convert

RGB24101148-
CMYK0.840.3200.42
HSL202.74º72.09%33.73%-
HSV(B)202.74º83.78%58.04%-
XYZ10.3811.6429.72-
YUV83.34164.4985.68-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.79%
GREEN value IS 101 (39.84% from 255) = 37.00%
BLUE value IS 148 (58.20% from 255) = 54.21%
R=8.79%
G=37.00%
B=54.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal241011480.840.3200.42202.7472.0933.73
Hex186594542002Acb4822
Octal301452241244005231311042
Binary1100011001011001010010101001000000101010110010111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186594; }

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

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

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

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

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

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

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

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