Html Css Color HEX #184D76 Bahama Blue

📋 copy color: '#184D76'

red 24 ◦ green 77 ◦ blue 118

#184D76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahama Blue #184D76

Tints of Bahama Blue #184D76

RGB

 RED value IS 24 (9.77% from 255) = 10.96%

 GREEN value IS 77 (30.47% from 255) = 35.16%

 BLUE value IS 118 (46.48% from 255) = 53.88%

R = 10.96%
G = 35.16%
B = 53.88%

CMYK

 C value IS 0.80

 M value IS 0.35

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#184D76 (or 0x184D76) is known color: Bahama Blue. HEX triplet: 18, 4D and 76. RGB value is (24,77,118). Sum of RGB (Red+Green+Blue) = 24+77+118=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #184D76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184D76 is #E7B289. Grayscale: #414141. Windows color (decimal): -15184522 or 7752984. OLE color: 7752984.

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

Color convert

RGB 24 77 118 -
CMYK 0.80 0.35 0 0.54
HSL 206.17º 0.66% 0.28% -
HSV(B) 206.17º 0.8% 0.46% -
XYZ 6.3 6.81 18.12 -
YUV 65.83 157.44 98.17 -
System Red Green Blue C M Y K H S L
Decimal 24 77 118 0.80 0.35 0 0.54 206.17 0.66 0.28
Hex 18 4D 76 50 23 0 36 CE 42 1C
Octal 30 115 166 120 43 0 66 316 102 34
Binary 11000 1001101 1110110 1010000 100011 0 110110 11001110 1000010 11100

Color Harmonies of #184D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184D76

Black with #184D76

Text Example


Text Example

White with #184D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #184D76;
 }
 .AnyTagClassName
 {
   color: #184D76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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