Html Css Color HEX #185288 Bahama Blue

📋 copy color: '#185288'

red 24 ◦ green 82 ◦ blue 136

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

Shades of Bahama Blue #185288

Tints of Bahama Blue #185288

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.88%

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

R = 9.92%
G = 33.88%
B = 56.2%

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

#185288 (or 0x185288) is known color: Bahama Blue. HEX triplet: 18, 52 and 88. RGB value is (24,82,136). Sum of RGB (Red+Green+Blue) = 24+82+136=242 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.92% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 136 (53.52% from 255 or 56.20% from 242); Max value from RGB is 136 - color contains mainly: blue. Hex color #185288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185288 is #E7AD77. Grayscale: #464646. Windows color (decimal): -15183224 or 8933912. OLE color: 8933912.

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

Color convert

RGB 24 82 136 -
CMYK 0.82 0.40 0 0.47
HSL 208.93º 0.7% 0.31% -
HSV(B) 208.93º 0.82% 0.53% -
XYZ 7.84 8.01 24.42 -
YUV 70.81 164.78 94.61 -
System Red Green Blue C M Y K H S L
Decimal 24 82 136 0.82 0.40 0 0.47 208.93 0.7 0.31
Hex 18 52 88 52 28 0 2F D1 46 1F
Octal 30 122 210 122 50 0 57 321 106 37
Binary 11000 1010010 10001000 1010010 101000 0 101111 11010001 1000110 11111

Color Harmonies of #185288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185288

Black with #185288

Text Example


Text Example

White with #185288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185288; }

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

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

background-color css

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

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

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

border-color css

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

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

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