#135482

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

Shades of Bahama Blue #135482

Tints of Bahama Blue #135482

Color information

#135482 (or 0x135482) is unknown color: approx Bahama Blue. HEX triplet: 13, 54 and 82. RGB value is (19,84,130). Sum of RGB (Red+Green+Blue) = 19+84+130=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 130 (51.17% from 255 or 55.79% from 233); Max value from RGB is 130 - color contains mainly: blue. Hex color #135482 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135482 is #ECAB7D. Grayscale: #454545. Windows color (decimal): -15510398 or 8541203. OLE color: 8541203.

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

Color convert

RGB1984130-
CMYK0.850.3500.49
HSL204.86º74.5%29.22%-
HSV(B)204.86º85.38%50.98%-
XYZ7.478.0922.29-
YUV69.81161.9791.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.15%
GREEN value IS 84 (33.20% from 255) = 36.05%
BLUE value IS 130 (51.17% from 255) = 55.79%
R=8.15%
G=36.05%
B=55.79%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19841300.850.3500.49204.8674.529.22
Hex1354825523031cd4a1d
Octal231242021254306131511235
Binary100111010100100000101010101100011011000111001101100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135482; }

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

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

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

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

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

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

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

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