#184E7C

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

Shades of Bahama Blue #184E7C

Tints of Bahama Blue #184E7C

Color information

#184E7C (or 0x184E7C) is unknown color: approx Bahama Blue. HEX triplet: 18, 4E and 7C. RGB value is (24,78,124). Sum of RGB (Red+Green+Blue) = 24+78+124=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #184E7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184E7C is #E7B183. Grayscale: #424242. Windows color (decimal): -15184260 or 8146456. OLE color: 8146456.

HSL color Cylindrical-coordinate representation of color #184E7C: hue angle of 207.6º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #184E7C is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2478124-
CMYK0.810.3700.51
HSL207.6º67.57%29.02%-
HSV(B)207.6º80.65%48.63%-
XYZ6.747.120.08-
YUV67.1160.1197.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.62%
GREEN value IS 78 (30.86% from 255) = 34.51%
BLUE value IS 124 (48.83% from 255) = 54.87%
R=10.62%
G=34.51%
B=54.87%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal24781240.810.3700.51207.667.5729.02
Hex184E7C5125033d0441d
Octal301161741214506332010435
Binary11000100111011111001010001100101011001111010000100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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