#184F7B

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

Shades of Bahama Blue #184F7B

Tints of Bahama Blue #184F7B

Color information

#184F7B (or 0x184F7B) is unknown color: approx Bahama Blue. HEX triplet: 18, 4F and 7B. RGB value is (24,79,123). Sum of RGB (Red+Green+Blue) = 24+79+123=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 123 (48.44% from 255 or 54.42% from 226); Max value from RGB is 123 - color contains mainly: blue. Hex color #184F7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184F7B is #E7B084. Grayscale: #434343. Windows color (decimal): -15184005 or 8081176. OLE color: 8081176.

HSL color Cylindrical-coordinate representation of color #184F7B: hue angle of 206.67º 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 #184F7B is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2479123-
CMYK0.800.3600.52
HSL206.67º67.35%28.82%-
HSV(B)206.67º80.49%48.24%-
XYZ6.757.2219.78-
YUV67.57159.2896.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.62%
GREEN value IS 79 (31.25% from 255) = 34.96%
BLUE value IS 123 (48.44% from 255) = 54.42%
R=10.62%
G=34.96%
B=54.42%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal24791230.800.3600.52206.6767.3528.82
Hex184F7B5024034cf431d
Octal301171731204406431710335
Binary11000100111111110111010000100100011010011001111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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