#135587

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

Shades of Bahama Blue #135587

Tints of Bahama Blue #135587

Color information

#135587 (or 0x135587) is unknown color: approx Bahama Blue. HEX triplet: 13, 55 and 87. RGB value is (19,85,135). Sum of RGB (Red+Green+Blue) = 19+85+135=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 135 (53.12% from 255 or 56.49% from 239); Max value from RGB is 135 - color contains mainly: blue. Hex color #135587 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135587 is #ECAA78. Grayscale: #464646. Windows color (decimal): -15510137 or 8869139. OLE color: 8869139.

HSL color Cylindrical-coordinate representation of color #135587: hue angle of 205.86º 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 #135587 is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1985135-
CMYK0.860.3700.47
HSL205.86º75.32%30.2%-
HSV(B)205.86º85.93%52.94%-
XYZ7.898.3824.12-
YUV70.97164.1390.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.95%
GREEN value IS 85 (33.59% from 255) = 35.56%
BLUE value IS 135 (53.12% from 255) = 56.49%
R=7.95%
G=35.56%
B=56.49%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19851350.860.3700.47205.8675.3230.2
Hex135587562502Fce4b1e
Octal231252071264505731611336
Binary100111010101100001111010110100101010111111001110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135587; }

 p { color: rgb(19,85,135); }

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

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

 a { background-color: rgb(19,85,135); }

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

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

 span { border-color: rgb(19,85,135); }

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