#184F7A

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

Shades of Bahama Blue #184F7A

Tints of Bahama Blue #184F7A

Color information

#184F7A (or 0x184F7A) is unknown color: approx Bahama Blue. HEX triplet: 18, 4F and 7A. RGB value is (24,79,122). Sum of RGB (Red+Green+Blue) = 24+79+122=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 79 (31.25% from 255 or 35.11% from 225); Blue value is 122 (48.05% from 255 or 54.22% from 225); Max value from RGB is 122 - color contains mainly: blue. Hex color #184F7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184F7A is #E7B085. Grayscale: #434343. Windows color (decimal): -15184006 or 8015640. OLE color: 8015640.

HSL color Cylindrical-coordinate representation of color #184F7A: hue angle of 206.33º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #184F7A is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2479122-
CMYK0.800.3500.52
HSL206.33º67.12%28.63%-
HSV(B)206.33º80.33%47.84%-
XYZ6.697.1919.45-
YUV67.46158.7897-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.67%
GREEN value IS 79 (31.25% from 255) = 35.11%
BLUE value IS 122 (48.05% from 255) = 54.22%
R=10.67%
G=35.11%
B=54.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal24791220.800.3500.52206.3367.1228.63
Hex184F7A5023034ce431d
Octal301171721204306431610335
Binary11000100111111110101010000100011011010011001110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,79,122); }

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

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

 a { background-color: rgb(24,79,122); }

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

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

 span { border-color: rgb(24,79,122); }

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