#184E76

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

Shades of Bahama Blue #184E76

Tints of Bahama Blue #184E76

Color information

#184E76 (or 0x184E76) is unknown color: approx Bahama Blue. HEX triplet: 18, 4E and 76. RGB value is (24,78,118). Sum of RGB (Red+Green+Blue) = 24+78+118=220 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.91% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #184E76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184E76 is #E7B189. Grayscale: #424242. Windows color (decimal): -15184266 or 7753240. OLE color: 7753240.

HSL color Cylindrical-coordinate representation of color #184E76: hue angle of 205.53º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #184E76 is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2478118-
CMYK0.800.3400.54
HSL205.53º66.2%27.84%-
HSV(B)205.53º79.66%46.27%-
XYZ6.376.9518.15-
YUV66.41157.1197.75-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.91%
GREEN value IS 78 (30.86% from 255) = 35.45%
BLUE value IS 118 (46.48% from 255) = 53.64%
R=10.91%
G=35.45%
B=53.64%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal24781180.800.3400.54205.5366.227.84
Hex184E765022036ce421c
Octal301161661204206631610234
Binary11000100111011101101010000100010011011011001110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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