Html Css Color HEX #184F76 Bahama Blue

📋 copy color: '#184F76'

red 24 ◦ green 79 ◦ blue 118

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

Shades of Bahama Blue #184F76

Tints of Bahama Blue #184F76

RGB

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

 GREEN value IS 79 (31.25% from 255) = 35.75%

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

R = 10.86%
G = 35.75%
B = 53.39%

CMYK

 C value IS 0.80

 M value IS 0.33

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#184F76 (or 0x184F76) is known color: Bahama Blue. HEX triplet: 18, 4F and 76. RGB value is (24,79,118). Sum of RGB (Red+Green+Blue) = 24+79+118=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #184F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184F76 is #E7B089. Grayscale: #424242. Windows color (decimal): -15184010 or 7753496. OLE color: 7753496.

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

Color convert

RGB 24 79 118 -
CMYK 0.80 0.33 0 0.54
HSL 204.89º 0.66% 0.28% -
HSV(B) 204.89º 0.8% 0.46% -
XYZ 6.44 7.09 18.17 -
YUV 67 156.78 97.33 -
System Red Green Blue C M Y K H S L
Decimal 24 79 118 0.80 0.33 0 0.54 204.89 0.66 0.28
Hex 18 4F 76 50 21 0 36 CD 42 1C
Octal 30 117 166 120 41 0 66 315 102 34
Binary 11000 1001111 1110110 1010000 100001 0 110110 11001101 1000010 11100

Color Harmonies of #184F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184F76

Black with #184F76

Text Example


Text Example

White with #184F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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