Html Css Color HEX #185188 Bahama Blue

📋 copy color: '#185188'

red 24 ◦ green 81 ◦ blue 136

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

Shades of Bahama Blue #185188

Tints of Bahama Blue #185188

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.61%

 BLUE value IS 136 (53.52% from 255) = 56.43%

R = 9.96%
G = 33.61%
B = 56.43%

CMYK

 C value IS 0.82

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#185188 (or 0x185188) is known color: Bahama Blue. HEX triplet: 18, 51 and 88. RGB value is (24,81,136). Sum of RGB (Red+Green+Blue) = 24+81+136=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 136 (53.52% from 255 or 56.43% from 241); Max value from RGB is 136 - color contains mainly: blue. Hex color #185188 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185188 is #E7AE77. Grayscale: #454545. Windows color (decimal): -15183480 or 8933656. OLE color: 8933656.

HSL color Cylindrical-coordinate representation of color #185188: hue angle of 209.46º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #185188 is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 24 81 136 -
CMYK 0.82 0.40 0 0.47
HSL 209.46º 0.7% 0.31% -
HSV(B) 209.46º 0.82% 0.53% -
XYZ 7.76 7.86 24.4 -
YUV 70.23 165.12 95.03 -
System Red Green Blue C M Y K H S L
Decimal 24 81 136 0.82 0.40 0 0.47 209.46 0.7 0.31
Hex 18 51 88 52 28 0 2F D1 46 1F
Octal 30 121 210 122 50 0 57 321 106 37
Binary 11000 1010001 10001000 1010010 101000 0 101111 11010001 1000110 11111

Color Harmonies of #185188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185188

Black with #185188

Text Example


Text Example

White with #185188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185188; }

 p { color: rgb(24,81,136); }

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

background-color css

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

 a { background-color: rgb(24,81,136); }

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

border-color css

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

 span { border-color: rgb(24,81,136); }

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