#135F85

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

Shades of Bahama Blue #135F85

Tints of Bahama Blue #135F85

Color information

#135F85 (or 0x135F85) is unknown color: approx Bahama Blue. HEX triplet: 13, 5F and 85. RGB value is (19,95,133). Sum of RGB (Red+Green+Blue) = 19+95+133=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #135F85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135F85 is #ECA07A. Grayscale: #4C4C4C. Windows color (decimal): -15507579 or 8740627. OLE color: 8740627.

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

Color convert

RGB1995133-
CMYK0.860.2900.48
HSL200º75%29.8%-
HSV(B)200º85.71%52.16%-
XYZ8.5910.0223.67-
YUV76.61159.8286.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.69%
GREEN value IS 95 (37.5% from 255) = 38.46%
BLUE value IS 133 (52.34% from 255) = 53.85%
R=7.69%
G=38.46%
B=53.85%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19951330.860.2900.482007529.8
Hex135F85561D030c84b1e
Octal231372051263506031011336
Binary10011101111110000101101011011101011000011001000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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