Html Css Color HEX #185D84 Bahama Blue

📋 copy color: '#185D84'

red 24 ◦ green 93 ◦ blue 132

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

Shades of Bahama Blue #185D84

Tints of Bahama Blue #185D84

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.35%

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

R = 9.64%
G = 37.35%
B = 53.01%

CMYK

 C value IS 0.82

 M value IS 0.30

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#185D84 (or 0x185D84) is known color: Bahama Blue. HEX triplet: 18, 5D and 84. RGB value is (24,93,132). Sum of RGB (Red+Green+Blue) = 24+93+132=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #185D84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185D84 is #E7A27B. Grayscale: #4C4C4C. Windows color (decimal): -15180412 or 8674584. OLE color: 8674584.

HSL color Cylindrical-coordinate representation of color #185D84: hue angle of 201.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 #185D84 is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 24 93 132 -
CMYK 0.82 0.30 0 0.48
HSL 201.67º 0.69% 0.31% -
HSV(B) 201.67º 0.82% 0.52% -
XYZ 8.46 9.69 23.25 -
YUV 76.82 159.14 90.33 -
System Red Green Blue C M Y K H S L
Decimal 24 93 132 0.82 0.30 0 0.48 201.67 0.69 0.31
Hex 18 5D 84 52 1E 0 30 CA 45 1F
Octal 30 135 204 122 36 0 60 312 105 37
Binary 11000 1011101 10000100 1010010 11110 0 110000 11001010 1000101 11111

Color Harmonies of #185D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185D84

Black with #185D84

Text Example


Text Example

White with #185D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185D84; }

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

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

background-color css

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

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

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

border-color css

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

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

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