#135C82

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

Shades of Bahama Blue #135C82

Tints of Bahama Blue #135C82

Color information

#135C82 (or 0x135C82) is unknown color: approx Bahama Blue. HEX triplet: 13, 5C and 82. RGB value is (19,92,130). Sum of RGB (Red+Green+Blue) = 19+92+130=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 130 (51.17% from 255 or 53.94% from 241); Max value from RGB is 130 - color contains mainly: blue. Hex color #135C82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135C82 is #ECA37D. Grayscale: #4A4A4A. Windows color (decimal): -15508350 or 8543251. OLE color: 8543251.

HSL color Cylindrical-coordinate representation of color #135C82: hue angle of 200.54º 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 #135C82 is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1992130-
CMYK0.850.2900.49
HSL200.54º74.5%29.22%-
HSV(B)200.54º85.38%50.98%-
XYZ8.129.422.51-
YUV74.5159.3288.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.88%
GREEN value IS 92 (36.33% from 255) = 38.17%
BLUE value IS 130 (51.17% from 255) = 53.94%
R=7.88%
G=38.17%
B=53.94%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19921300.850.2900.49200.5474.529.22
Hex135C82551D031c94a1d
Octal231342021253506131111235
Binary10011101110010000010101010111101011000111001001100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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