#135582

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

Shades of Bahama Blue #135582

Tints of Bahama Blue #135582

Color information

#135582 (or 0x135582) is unknown color: approx Bahama Blue. HEX triplet: 13, 55 and 82. RGB value is (19,85,130). Sum of RGB (Red+Green+Blue) = 19+85+130=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 130 (51.17% from 255 or 55.56% from 234); Max value from RGB is 130 - color contains mainly: blue. Hex color #135582 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135582 is #ECAA7D. Grayscale: #464646. Windows color (decimal): -15510142 or 8541459. OLE color: 8541459.

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

Color convert

RGB1985130-
CMYK0.850.3500.49
HSL204.32º74.5%29.22%-
HSV(B)204.32º85.38%50.98%-
XYZ7.558.2522.31-
YUV70.4161.6391.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.12%
GREEN value IS 85 (33.59% from 255) = 36.32%
BLUE value IS 130 (51.17% from 255) = 55.56%
R=8.12%
G=36.32%
B=55.56%

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
Decimal19851300.850.3500.49204.3274.529.22
Hex1355825523031cc4a1d
Octal231252021254306131411235
Binary100111010101100000101010101100011011000111001100100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135582; }

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

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

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

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

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

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

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

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