#135A83

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

Shades of Bahama Blue #135A83

Tints of Bahama Blue #135A83

Color information

#135A83 (or 0x135A83) is unknown color: approx Bahama Blue. HEX triplet: 13, 5A and 83. RGB value is (19,90,131). Sum of RGB (Red+Green+Blue) = 19+90+131=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 131 (51.56% from 255 or 54.58% from 240); Max value from RGB is 131 - color contains mainly: blue. Hex color #135A83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135A83 is #ECA57C. Grayscale: #494949. Windows color (decimal): -15508861 or 8608275. OLE color: 8608275.

HSL color Cylindrical-coordinate representation of color #135A83: hue angle of 201.96º degrees, saturation: 0.75, 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 #135A83 is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1990131-
CMYK0.850.3100.49
HSL201.96º74.67%29.41%-
HSV(B)201.96º85.5%51.37%-
XYZ8.029.0922.8-
YUV73.44160.4889.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.92%
GREEN value IS 90 (35.55% from 255) = 37.5%
BLUE value IS 131 (51.56% from 255) = 54.58%
R=7.92%
G=37.5%
B=54.58%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19901310.850.3100.49201.9674.6729.41
Hex135A83551F031ca4b1d
Octal231322031253706131211335
Binary10011101101010000011101010111111011000111001010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,90,131); }

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

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

 a { background-color: rgb(19,90,131); }

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

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

 span { border-color: rgb(19,90,131); }

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