Html Css Color HEX #136089 Bahama Blue

📋 copy color: '#136089'

red 19 ◦ green 96 ◦ blue 137

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

Shades of Bahama Blue #136089

Tints of Bahama Blue #136089

RGB

 RED value IS 19 (7.81% from 255) = 7.54%

 GREEN value IS 96 (37.89% from 255) = 38.1%

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

R = 7.54%
G = 38.1%
B = 54.37%

CMYK

 C value IS 0.86

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#136089 (or 0x136089) is known color: Bahama Blue. HEX triplet: 13, 60 and 89. RGB value is (19,96,137). Sum of RGB (Red+Green+Blue) = 19+96+137=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 137 (53.91% from 255 or 54.37% from 252); Max value from RGB is 137 - color contains mainly: blue. Hex color #136089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136089 is #EC9F76. Grayscale: #4D4D4D. Windows color (decimal): -15507319 or 9003027. OLE color: 9003027.

HSL color Cylindrical-coordinate representation of color #136089: hue angle of 200.85º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #136089 is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 96 137 -
CMYK 0.86 0.30 0 0.46
HSL 200.85º 0.76% 0.31% -
HSV(B) 200.85º 0.86% 0.54% -
XYZ 8.97 10.31 25.18 -
YUV 77.65 161.49 86.17 -
System Red Green Blue C M Y K H S L
Decimal 19 96 137 0.86 0.30 0 0.46 200.85 0.76 0.31
Hex 13 60 89 56 1E 0 2E C9 4C 1F
Octal 23 140 211 126 36 0 56 311 114 37
Binary 10011 1100000 10001001 1010110 11110 0 101110 11001001 1001100 11111

Color Harmonies of #136089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136089

Black with #136089

Text Example


Text Example

White with #136089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136089; }

 p { color: rgb(19,96,137); }

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

background-color css

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

 a { background-color: rgb(19,96,137); }

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

border-color css

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

 span { border-color: rgb(19,96,137); }

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