#184E8B

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

Shades of Endeavour #184E8B

Tints of Endeavour #184E8B

Color information

#184E8B (or 0x184E8B) is unknown color: approx Endeavour. HEX triplet: 18, 4E and 8B. RGB value is (24,78,139). Sum of RGB (Red+Green+Blue) = 24+78+139=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #184E8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #184E8B is #E7B174. Grayscale: #444444. Windows color (decimal): -15184245 or 9129496. OLE color: 9129496.

HSL color Cylindrical-coordinate representation of color #184E8B: hue angle of 211.83º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #184E8B is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2478139-
CMYK0.830.4400.45
HSL211.83º70.55%31.96%-
HSV(B)211.83º82.73%54.51%-
XYZ7.767.5125.47-
YUV68.81167.6196.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.96%
GREEN value IS 78 (30.86% from 255) = 32.37%
BLUE value IS 139 (54.69% from 255) = 57.68%
R=9.96%
G=32.37%
B=57.68%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal24781390.830.4400.45211.8370.5531.96
Hex184E8B532C02Dd44720
Octal301162131235405532410740
Binary1100010011101000101110100111011000101101110101001000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184E8B; }

 p { color: rgb(24,78,139); }

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

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

 a { background-color: rgb(24,78,139); }

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

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

 span { border-color: rgb(24,78,139); }

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