#184F78

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

Shades of Bahama Blue #184F78

Tints of Bahama Blue #184F78

Color information

#184F78 (or 0x184F78) is unknown color: approx Bahama Blue. HEX triplet: 18, 4F and 78. RGB value is (24,79,120). Sum of RGB (Red+Green+Blue) = 24+79+120=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #184F78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184F78 is #E7B087. Grayscale: #434343. Windows color (decimal): -15184008 or 7884568. OLE color: 7884568.

HSL color Cylindrical-coordinate representation of color #184F78: hue angle of 205.62º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #184F78 is Cyan = 0.8, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2479120-
CMYK0.80.3400.53
HSL205.62º66.67%28.24%-
HSV(B)205.62º80%47.06%-
XYZ6.567.1418.8-
YUV67.23157.7897.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.76%
GREEN value IS 79 (31.25% from 255) = 35.43%
BLUE value IS 120 (47.27% from 255) = 53.81%
R=10.76%
G=35.43%
B=53.81%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24791200.80.3400.53205.6266.6728.24
Hex184F785022035ce431c
Octal301171701204206531610334
Binary11000100111111110001010000100010011010111001110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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