#135D82

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

Shades of Bahama Blue #135D82

Tints of Bahama Blue #135D82

Color information

#135D82 (or 0x135D82) is unknown color: approx Bahama Blue. HEX triplet: 13, 5D and 82. RGB value is (19,93,130). Sum of RGB (Red+Green+Blue) = 19+93+130=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 130 (51.17% from 255 or 53.72% from 242); Max value from RGB is 130 - color contains mainly: blue. Hex color #135D82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135D82 is #ECA27D. Grayscale: #4A4A4A. Windows color (decimal): -15508094 or 8543507. OLE color: 8543507.

HSL color Cylindrical-coordinate representation of color #135D82: hue angle of 200º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #135D82 is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1993130-
CMYK0.850.2800.49
HSL200º74.5%29.22%-
HSV(B)200º85.38%50.98%-
XYZ8.219.5822.54-
YUV75.09158.9887.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.85%
GREEN value IS 93 (36.72% from 255) = 38.43%
BLUE value IS 130 (51.17% from 255) = 53.72%
R=7.85%
G=38.43%
B=53.72%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19931300.850.2800.4920074.529.22
Hex135D82551C031c84a1d
Octal231352021253406131011235
Binary10011101110110000010101010111100011000111001000100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,93,130); }

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

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

 a { background-color: rgb(19,93,130); }

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

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

 span { border-color: rgb(19,93,130); }

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