#184694

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

Shades of Endeavour #184694

Tints of Endeavour #184694

Color information

#184694 (or 0x184694) is unknown color: approx Endeavour. HEX triplet: 18, 46 and 94. RGB value is (24,70,148). Sum of RGB (Red+Green+Blue) = 24+70+148=242 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.92% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 148 (58.20% from 255 or 61.16% from 242); Max value from RGB is 148 - color contains mainly: blue. Hex color #184694 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184694 is #E7B96B. Grayscale: #404040. Windows color (decimal): -15186284 or 9717272. OLE color: 9717272.

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

Color convert

RGB2470148-
CMYK0.840.5300.42
HSL217.74º72.09%33.73%-
HSV(B)217.74º83.78%58.04%-
XYZ7.916.7128.9-
YUV65.14174.7698.66-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.92%
GREEN value IS 70 (27.73% from 255) = 28.93%
BLUE value IS 148 (58.20% from 255) = 61.16%
R=9.92%
G=28.93%
B=61.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24701480.840.5300.42217.7472.0933.73
Hex184694543502Ada4822
Octal301062241246505233211042
Binary1100010001101001010010101001101010101010110110101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184694; }

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

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

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

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

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

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

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

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