Html Css Color HEX #185084 Bahama Blue

📋 copy color: '#185084'

red 24 ◦ green 80 ◦ blue 132

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

Shades of Bahama Blue #185084

Tints of Bahama Blue #185084

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.9%

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

R = 10.17%
G = 33.9%
B = 55.93%

CMYK

 C value IS 0.82

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#185084 (or 0x185084) is known color: Bahama Blue. HEX triplet: 18, 50 and 84. RGB value is (24,80,132). Sum of RGB (Red+Green+Blue) = 24+80+132=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 132 (51.95% from 255 or 55.93% from 236); Max value from RGB is 132 - color contains mainly: blue. Hex color #185084 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185084 is #E7AF7B. Grayscale: #444444. Windows color (decimal): -15183740 or 8671256. OLE color: 8671256.

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

Color convert

RGB 24 80 132 -
CMYK 0.82 0.39 0 0.48
HSL 208.89º 0.69% 0.31% -
HSV(B) 208.89º 0.82% 0.52% -
XYZ 7.41 7.6 22.91 -
YUV 69.18 163.45 95.77 -
System Red Green Blue C M Y K H S L
Decimal 24 80 132 0.82 0.39 0 0.48 208.89 0.69 0.31
Hex 18 50 84 52 27 0 30 D1 45 1F
Octal 30 120 204 122 47 0 60 321 105 37
Binary 11000 1010000 10000100 1010010 100111 0 110000 11010001 1000101 11111

Color Harmonies of #185084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185084

Black with #185084

Text Example


Text Example

White with #185084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185084; }

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

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

background-color css

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

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

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

border-color css

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

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

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