#135683

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

Shades of Bahama Blue #135683

Tints of Bahama Blue #135683

Color information

#135683 (or 0x135683) is unknown color: approx Bahama Blue. HEX triplet: 13, 56 and 83. RGB value is (19,86,131). Sum of RGB (Red+Green+Blue) = 19+86+131=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 131 (51.56% from 255 or 55.51% from 236); Max value from RGB is 131 - color contains mainly: blue. Hex color #135683 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135683 is #ECA97C. Grayscale: #464646. Windows color (decimal): -15509885 or 8607251. OLE color: 8607251.

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

Color convert

RGB1986131-
CMYK0.850.3400.49
HSL204.11º74.67%29.41%-
HSV(B)204.11º85.5%51.37%-
XYZ7.698.4322.69-
YUV71.1161.890.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.05%
GREEN value IS 86 (33.98% from 255) = 36.44%
BLUE value IS 131 (51.56% from 255) = 55.51%
R=8.05%
G=36.44%
B=55.51%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19861310.850.3400.49204.1174.6729.41
Hex1356835522031cc4b1d
Octal231262031254206131411335
Binary100111010110100000111010101100010011000111001100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135683; }

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

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

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

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

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

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

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

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