Html Css Color HEX #185689 Bahama Blue

📋 copy color: '#185689'

red 24 ◦ green 86 ◦ blue 137

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

Shades of Bahama Blue #185689

Tints of Bahama Blue #185689

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.82%

 BLUE value IS 137 (53.91% from 255) = 55.47%

R = 9.72%
G = 34.82%
B = 55.47%

CMYK

 C value IS 0.82

 M value IS 0.37

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#185689 (or 0x185689) is known color: Bahama Blue. HEX triplet: 18, 56 and 89. RGB value is (24,86,137). Sum of RGB (Red+Green+Blue) = 24+86+137=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 137 (53.91% from 255 or 55.47% from 247); Max value from RGB is 137 - color contains mainly: blue. Hex color #185689 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185689 is #E7A976. Grayscale: #494949. Windows color (decimal): -15182199 or 9000472. OLE color: 9000472.

HSL color Cylindrical-coordinate representation of color #185689: hue angle of 207.08º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #185689 is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 24 86 137 -
CMYK 0.82 0.37 0 0.46
HSL 207.08º 0.7% 0.32% -
HSV(B) 207.08º 0.82% 0.54% -
XYZ 8.22 8.66 24.9 -
YUV 73.28 163.96 92.85 -
System Red Green Blue C M Y K H S L
Decimal 24 86 137 0.82 0.37 0 0.46 207.08 0.7 0.32
Hex 18 56 89 52 25 0 2E CF 46 20
Octal 30 126 211 122 45 0 56 317 106 40
Binary 11000 1010110 10001001 1010010 100101 0 101110 11001111 1000110 100000

Color Harmonies of #185689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185689

Black with #185689

Text Example


Text Example

White with #185689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185689; }

 p { color: rgb(24,86,137); }

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

background-color css

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

 a { background-color: rgb(24,86,137); }

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

border-color css

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

 span { border-color: rgb(24,86,137); }

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