#135A84

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

Shades of Bahama Blue #135A84

Tints of Bahama Blue #135A84

Color information

#135A84 (or 0x135A84) is unknown color: approx Bahama Blue. HEX triplet: 13, 5A and 84. RGB value is (19,90,132). Sum of RGB (Red+Green+Blue) = 19+90+132=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #135A84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135A84 is #ECA57B. Grayscale: #494949. Windows color (decimal): -15508860 or 8673811. OLE color: 8673811.

HSL color Cylindrical-coordinate representation of color #135A84: hue angle of 202.3º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #135A84 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1990132-
CMYK0.860.3200.48
HSL202.3º74.83%29.61%-
HSV(B)202.3º85.61%51.76%-
XYZ8.099.1223.16-
YUV73.56160.9889.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.88%
GREEN value IS 90 (35.55% from 255) = 37.34%
BLUE value IS 132 (51.95% from 255) = 54.77%
R=7.88%
G=37.34%
B=54.77%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19901320.860.3200.48202.374.8329.61
Hex135A845620030ca4b1e
Octal231322041264006031211336
Binary100111011010100001001010110100000011000011001010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,90,132); }

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

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

 a { background-color: rgb(19,90,132); }

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

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

 span { border-color: rgb(19,90,132); }

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