Html Css Color HEX #184F7D Bahama Blue

📋 copy color: '#184F7D'

red 24 ◦ green 79 ◦ blue 125

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

Shades of Bahama Blue #184F7D

Tints of Bahama Blue #184F7D

RGB

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

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

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

R = 10.53%
G = 34.65%
B = 54.82%

CMYK

 C value IS 0.81

 M value IS 0.37

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#184F7D (or 0x184F7D) is known color: Bahama Blue. HEX triplet: 18, 4F and 7D. RGB value is (24,79,125). Sum of RGB (Red+Green+Blue) = 24+79+125=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 79 (31.25% from 255 or 34.65% from 228); Blue value is 125 (49.22% from 255 or 54.82% from 228); Max value from RGB is 125 - color contains mainly: blue. Hex color #184F7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184F7D is #E7B082. Grayscale: #434343. Windows color (decimal): -15184003 or 8212248. OLE color: 8212248.

HSL color Cylindrical-coordinate representation of color #184F7D: hue angle of 207.33º 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 #184F7D is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 79 125 -
CMYK 0.81 0.37 0 0.51
HSL 207.33º 0.68% 0.29% -
HSV(B) 207.33º 0.81% 0.49% -
XYZ 6.87 7.27 20.44 -
YUV 67.8 160.28 96.76 -
System Red Green Blue C M Y K H S L
Decimal 24 79 125 0.81 0.37 0 0.51 207.33 0.68 0.29
Hex 18 4F 7D 51 25 0 33 CF 44 1D
Octal 30 117 175 121 45 0 63 317 104 35
Binary 11000 1001111 1111101 1010001 100101 0 110011 11001111 1000100 11101

Color Harmonies of #184F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184F7D

Black with #184F7D

Text Example


Text Example

White with #184F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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