#135986

Color #135986 Bahama Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahama Blue #135986

Tints of Bahama Blue #135986

Color information

#135986 (or 0x135986) is unknown color: approx Bahama Blue. HEX triplet: 13, 59 and 86. RGB value is (19,89,134). Sum of RGB (Red+Green+Blue) = 19+89+134=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 134 (52.73% from 255 or 55.37% from 242); Max value from RGB is 134 - color contains mainly: blue. Hex color #135986 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135986 is #ECA679. Grayscale: #484848. Windows color (decimal): -15509114 or 8804627. OLE color: 8804627.

HSL color Cylindrical-coordinate representation of color #135986: hue angle of 203.48º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #135986 is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1989134-
CMYK0.860.3400.47
HSL203.48º75.16%30%-
HSV(B)203.48º85.82%52.55%-
XYZ8.14923.86-
YUV73.2162.3189.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.85%
GREEN value IS 89 (35.16% from 255) = 36.78%
BLUE value IS 134 (52.73% from 255) = 55.37%
R=7.85%
G=36.78%
B=55.37%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19891340.860.3400.47203.4875.1630
Hex135986562202Fcb4b1e
Octal231312061264205731311336
Binary100111011001100001101010110100010010111111001011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135986; }

 p { color: rgb(19,89,134); }

 H1.HeaderClassName
 {
   color: #135986;
 }
 .AnyTagClassName
 {
   color: #135986;
 }
</style>
background-color css

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

 a { background-color: rgb(19,89,134); }

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

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

 span { border-color: rgb(19,89,134); }

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