#135585

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

Shades of Bahama Blue #135585

Tints of Bahama Blue #135585

Color information

#135585 (or 0x135585) is unknown color: approx Bahama Blue. HEX triplet: 13, 55 and 85. RGB value is (19,85,133). Sum of RGB (Red+Green+Blue) = 19+85+133=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 133 (52.34% from 255 or 56.12% from 237); Max value from RGB is 133 - color contains mainly: blue. Hex color #135585 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135585 is #ECAA7A. Grayscale: #464646. Windows color (decimal): -15510139 or 8738067. OLE color: 8738067.

HSL color Cylindrical-coordinate representation of color #135585: hue angle of 205.26º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #135585 is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1985133-
CMYK0.860.3600.48
HSL205.26º75%29.8%-
HSV(B)205.26º85.71%52.16%-
XYZ7.758.3323.39-
YUV70.74163.1391.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.02%
GREEN value IS 85 (33.59% from 255) = 35.86%
BLUE value IS 133 (52.34% from 255) = 56.12%
R=8.02%
G=35.86%
B=56.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19851330.860.3600.48205.267529.8
Hex1355855624030cd4b1e
Octal231252051264406031511336
Binary100111010101100001011010110100100011000011001101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135585; }

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

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

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

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

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

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

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

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