Html Css Color HEX #1B6187 Bahama Blue

📋 copy color: '#1B6187'

red 27 ◦ green 97 ◦ blue 135

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

Shades of Bahama Blue #1B6187

Tints of Bahama Blue #1B6187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 52.12%

R = 10.42%
G = 37.45%
B = 52.12%

CMYK

 C value IS 0.8

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1B6187 (or 0x1B6187) is known color: Bahama Blue. HEX triplet: 1B, 61 and 87. RGB value is (27,97,135). Sum of RGB (Red+Green+Blue) = 27+97+135=259 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.42% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 135 (53.12% from 255 or 52.12% from 259); Max value from RGB is 135 - color contains mainly: blue. Hex color #1B6187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6187 is #E49E78. Grayscale: #505050. Windows color (decimal): -14982777 or 8872219. OLE color: 8872219.

HSL color Cylindrical-coordinate representation of color #1B6187: hue angle of 201.11º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B6187 is Cyan = 0.8, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 27 97 135 -
CMYK 0.8 0.28 0 0.47
HSL 201.11º 0.67% 0.32% -
HSV(B) 201.11º 0.8% 0.53% -
XYZ 9.1 10.53 24.47 -
YUV 80.4 158.81 89.91 -
System Red Green Blue C M Y K H S L
Decimal 27 97 135 0.8 0.28 0 0.47 201.11 0.67 0.32
Hex 1B 61 87 50 1C 0 2F C9 43 20
Octal 33 141 207 120 34 0 57 311 103 40
Binary 11011 1100001 10000111 1010000 11100 0 101111 11001001 1000011 100000

Color Harmonies of #1B6187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B6187

Black with #1B6187

Text Example


Text Example

White with #1B6187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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