#135886

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

Shades of Bahama Blue #135886

Tints of Bahama Blue #135886

Color information

#135886 (or 0x135886) is unknown color: approx Bahama Blue. HEX triplet: 13, 58 and 86. RGB value is (19,88,134). Sum of RGB (Red+Green+Blue) = 19+88+134=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 134 (52.73% from 255 or 55.60% from 241); Max value from RGB is 134 - color contains mainly: blue. Hex color #135886 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135886 is #ECA779. Grayscale: #484848. Windows color (decimal): -15509370 or 8804371. OLE color: 8804371.

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

Color convert

RGB1988134-
CMYK0.860.3400.47
HSL204º75.16%30%-
HSV(B)204º85.82%52.55%-
XYZ8.068.8423.84-
YUV72.61162.6489.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.88%
GREEN value IS 88 (34.77% from 255) = 36.51%
BLUE value IS 134 (52.73% from 255) = 55.60%
R=7.88%
G=36.51%
B=55.60%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19881340.860.3400.4720475.1630
Hex135886562202Fcc4b1e
Octal231302061264205731411336
Binary100111011000100001101010110100010010111111001100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135886; }

 p { color: rgb(19,88,134); }

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

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

 a { background-color: rgb(19,88,134); }

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

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

 span { border-color: rgb(19,88,134); }

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