#135982

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

Shades of Bahama Blue #135982

Tints of Bahama Blue #135982

Color information

#135982 (or 0x135982) is unknown color: approx Bahama Blue. HEX triplet: 13, 59 and 82. RGB value is (19,89,130). Sum of RGB (Red+Green+Blue) = 19+89+130=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 130 (51.17% from 255 or 54.62% from 238); Max value from RGB is 130 - color contains mainly: blue. Hex color #135982 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135982 is #ECA67D. Grayscale: #484848. Windows color (decimal): -15509118 or 8542483. OLE color: 8542483.

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

Color convert

RGB1989130-
CMYK0.850.3200.49
HSL202.16º74.5%29.22%-
HSV(B)202.16º85.38%50.98%-
XYZ7.878.8922.42-
YUV72.74160.3189.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.98%
GREEN value IS 89 (35.16% from 255) = 37.39%
BLUE value IS 130 (51.17% from 255) = 54.62%
R=7.98%
G=37.39%
B=54.62%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19891300.850.3200.49202.1674.529.22
Hex1359825520031ca4a1d
Octal231312021254006131211235
Binary100111011001100000101010101100000011000111001010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135982; }

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

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

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

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

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

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

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

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