#184F7F

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

Shades of Bahama Blue #184F7F

Tints of Bahama Blue #184F7F

Color information

#184F7F (or 0x184F7F) is unknown color: approx Bahama Blue. HEX triplet: 18, 4F and 7F. RGB value is (24,79,127). Sum of RGB (Red+Green+Blue) = 24+79+127=230 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.43% from 230); Green value is 79 (31.25% from 255 or 34.35% from 230); Blue value is 127 (50% from 255 or 55.22% from 230); Max value from RGB is 127 - color contains mainly: blue. Hex color #184F7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184F7F is #E7B080. Grayscale: #434343. Windows color (decimal): -15184001 or 8343320. OLE color: 8343320.

HSL color Cylindrical-coordinate representation of color #184F7F: hue angle of 207.96º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #184F7F is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2479127-
CMYK0.810.3800.50
HSL207.96º68.21%29.61%-
HSV(B)207.96º81.1%49.8%-
XYZ77.3221.12-
YUV68.03161.2896.6-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.43%
GREEN value IS 79 (31.25% from 255) = 34.35%
BLUE value IS 127 (50% from 255) = 55.22%
R=10.43%
G=34.35%
B=55.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal24791270.810.3800.50207.9668.2129.61
Hex184F7F5126032d0441e
Octal301171771214606232010436
Binary11000100111111111111010001100110011001011010000100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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