Html Css Color HEX #1B6189 Bahama Blue

📋 copy color: '#1B6189'

red 27 ◦ green 97 ◦ blue 137

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

Shades of Bahama Blue #1B6189

Tints of Bahama Blue #1B6189

RGB

 RED value IS 27 (10.94% from 255) = 10.34%

 GREEN value IS 97 (38.28% from 255) = 37.16%

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

R = 10.34%
G = 37.16%
B = 52.49%

CMYK

 C value IS 0.80

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1B6189 (or 0x1B6189) is known color: Bahama Blue. HEX triplet: 1B, 61 and 89. RGB value is (27,97,137). Sum of RGB (Red+Green+Blue) = 27+97+137=261 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.34% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #1B6189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6189 is #E49E76. Grayscale: #505050. Windows color (decimal): -14982775 or 9003291. OLE color: 9003291.

HSL color Cylindrical-coordinate representation of color #1B6189: hue angle of 201.82º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B6189 is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 27 97 137 -
CMYK 0.80 0.29 0 0.46
HSL 201.82º 0.67% 0.32% -
HSV(B) 201.82º 0.8% 0.54% -
XYZ 9.24 10.59 25.22 -
YUV 80.63 159.81 89.75 -
System Red Green Blue C M Y K H S L
Decimal 27 97 137 0.80 0.29 0 0.46 201.82 0.67 0.32
Hex 1B 61 89 50 1D 0 2E CA 43 20
Octal 33 141 211 120 35 0 56 312 103 40
Binary 11011 1100001 10001001 1010000 11101 0 101110 11001010 1000011 100000

Color Harmonies of #1B6189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6189

Black with #1B6189

Text Example


Text Example

White with #1B6189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B6189; }

 p { color: rgb(27,97,137); }

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

background-color css

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

 a { background-color: rgb(27,97,137); }

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

border-color css

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

 span { border-color: rgb(27,97,137); }

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