Html Css Color HEX #184E76 Bahama Blue

📋 copy color: '#184E76'

red 24 ◦ green 78 ◦ blue 118

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

Shades of Bahama Blue #184E76

Tints of Bahama Blue #184E76

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 value IS 0.80

 M value IS 0.34

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#184E76 (or 0x184E76) is known color: 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

RGB 24 78 118 -
CMYK 0.80 0.34 0 0.54
HSL 205.53º 0.66% 0.28% -
HSV(B) 205.53º 0.8% 0.46% -
XYZ 6.37 6.95 18.15 -
YUV 66.41 157.11 97.75 -
System Red Green Blue C M Y K H S L
Decimal 24 78 118 0.80 0.34 0 0.54 205.53 0.66 0.28
Hex 18 4E 76 50 22 0 36 CE 42 1C
Octal 30 116 166 120 42 0 66 316 102 34
Binary 11000 1001110 1110110 1010000 100010 0 110110 11001110 1000010 11100

Color Harmonies of #184E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184E76

Black with #184E76

Text Example


Text Example

White with #184E76

Text Example


Text Example

HTML Codes & Css Web 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>