Html Css Color HEX #184E7D Bahama Blue

📋 copy color: '#184E7D'

red 24 ◦ green 78 ◦ blue 125

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

Shades of Bahama Blue #184E7D

Tints of Bahama Blue #184E7D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.36%

 BLUE value IS 125 (49.22% from 255) = 55.07%

R = 10.57%
G = 34.36%
B = 55.07%

CMYK

 C value IS 0.81

 M value IS 0.38

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#184E7D (or 0x184E7D) is known color: Bahama Blue. HEX triplet: 18, 4E and 7D. RGB value is (24,78,125). Sum of RGB (Red+Green+Blue) = 24+78+125=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 125 (49.22% from 255 or 55.07% from 227); Max value from RGB is 125 - color contains mainly: blue. Hex color #184E7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184E7D is #E7B182. Grayscale: #424242. Windows color (decimal): -15184259 or 8211992. OLE color: 8211992.

HSL color Cylindrical-coordinate representation of color #184E7D: hue angle of 207.92º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #184E7D is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 78 125 -
CMYK 0.81 0.38 0 0.51
HSL 207.92º 0.68% 0.29% -
HSV(B) 207.92º 0.81% 0.49% -
XYZ 6.8 7.12 20.42 -
YUV 67.21 160.61 97.18 -
System Red Green Blue C M Y K H S L
Decimal 24 78 125 0.81 0.38 0 0.51 207.92 0.68 0.29
Hex 18 4E 7D 51 26 0 33 D0 44 1D
Octal 30 116 175 121 46 0 63 320 104 35
Binary 11000 1001110 1111101 1010001 100110 0 110011 11010000 1000100 11101

Color Harmonies of #184E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184E7D

Black with #184E7D

Text Example


Text Example

White with #184E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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