#135E87

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

Shades of Bahama Blue #135E87

Tints of Bahama Blue #135E87

Color information

#135E87 (or 0x135E87) is unknown color: approx Bahama Blue. HEX triplet: 13, 5E and 87. RGB value is (19,94,135). Sum of RGB (Red+Green+Blue) = 19+94+135=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 94 (37.11% from 255 or 37.90% from 248); Blue value is 135 (53.12% from 255 or 54.44% from 248); Max value from RGB is 135 - color contains mainly: blue. Hex color #135E87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135E87 is #ECA178. Grayscale: #4C4C4C. Windows color (decimal): -15507833 or 8871443. OLE color: 8871443.

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

Color convert

RGB1994135-
CMYK0.860.3000.47
HSL201.21º75.32%30.2%-
HSV(B)201.21º85.93%52.94%-
XYZ8.649.8924.38-
YUV76.25161.1587.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.66%
GREEN value IS 94 (37.11% from 255) = 37.90%
BLUE value IS 135 (53.12% from 255) = 54.44%
R=7.66%
G=37.90%
B=54.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19941350.860.3000.47201.2175.3230.2
Hex135E87561E02Fc94b1e
Octal231362071263605731111336
Binary10011101111010000111101011011110010111111001001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135E87; }

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

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

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

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

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

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

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

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