#135583

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

Shades of Bahama Blue #135583

Tints of Bahama Blue #135583

Color information

#135583 (or 0x135583) is unknown color: approx Bahama Blue. HEX triplet: 13, 55 and 83. RGB value is (19,85,131). Sum of RGB (Red+Green+Blue) = 19+85+131=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 131 (51.56% from 255 or 55.74% from 235); Max value from RGB is 131 - color contains mainly: blue. Hex color #135583 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135583 is #ECAA7C. Grayscale: #464646. Windows color (decimal): -15510141 or 8606995. OLE color: 8606995.

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

Color convert

RGB1985131-
CMYK0.850.3500.49
HSL204.64º74.67%29.41%-
HSV(B)204.64º85.5%51.37%-
XYZ7.618.2722.67-
YUV70.51162.1391.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.09%
GREEN value IS 85 (33.59% from 255) = 36.17%
BLUE value IS 131 (51.56% from 255) = 55.74%
R=8.09%
G=36.17%
B=55.74%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19851310.850.3500.49204.6474.6729.41
Hex1355835523031cd4b1d
Octal231252031254306131511335
Binary100111010101100000111010101100011011000111001101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135583; }

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

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

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

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

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

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

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

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