Html Css Color HEX #185484 Bahama Blue

📋 copy color: '#185484'

red 24 ◦ green 84 ◦ blue 132

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

Shades of Bahama Blue #185484

Tints of Bahama Blue #185484

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35%

 BLUE value IS 132 (51.95% from 255) = 55%

R = 10%
G = 35%
B = 55%

CMYK

 C value IS 0.82

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#185484 (or 0x185484) is known color: Bahama Blue. HEX triplet: 18, 54 and 84. RGB value is (24,84,132). Sum of RGB (Red+Green+Blue) = 24+84+132=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 132 (51.95% from 255 or 55% from 240); Max value from RGB is 132 - color contains mainly: blue. Hex color #185484 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185484 is #E7AB7B. Grayscale: #474747. Windows color (decimal): -15182716 or 8672280. OLE color: 8672280.

HSL color Cylindrical-coordinate representation of color #185484: hue angle of 206.67º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #185484 is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 24 84 132 -
CMYK 0.82 0.36 0 0.48
HSL 206.67º 0.69% 0.31% -
HSV(B) 206.67º 0.82% 0.52% -
XYZ 7.71 8.2 23.01 -
YUV 71.53 162.12 94.1 -
System Red Green Blue C M Y K H S L
Decimal 24 84 132 0.82 0.36 0 0.48 206.67 0.69 0.31
Hex 18 54 84 52 24 0 30 CF 45 1F
Octal 30 124 204 122 44 0 60 317 105 37
Binary 11000 1010100 10000100 1010010 100100 0 110000 11001111 1000101 11111

Color Harmonies of #185484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185484

Black with #185484

Text Example


Text Example

White with #185484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185484; }

 p { color: rgb(24,84,132); }

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

background-color css

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

 a { background-color: rgb(24,84,132); }

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

border-color css

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

 span { border-color: rgb(24,84,132); }

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