#135A8B

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

Shades of Bahama Blue #135A8B

Tints of Bahama Blue #135A8B

Color information

#135A8B (or 0x135A8B) is unknown color: approx Bahama Blue. HEX triplet: 13, 5A and 8B. RGB value is (19,90,139). Sum of RGB (Red+Green+Blue) = 19+90+139=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 139 (54.69% from 255 or 56.05% from 248); Max value from RGB is 139 - color contains mainly: blue. Hex color #135A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135A8B is #ECA574. Grayscale: #4A4A4A. Windows color (decimal): -15508853 or 9132563. OLE color: 9132563.

HSL color Cylindrical-coordinate representation of color #135A8B: hue angle of 204.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #135A8B is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1990139-
CMYK0.860.3500.45
HSL204.5º75.95%30.98%-
HSV(B)204.5º86.33%54.51%-
XYZ8.589.3125.77-
YUV74.36164.4888.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.66%
GREEN value IS 90 (35.55% from 255) = 36.29%
BLUE value IS 139 (54.69% from 255) = 56.05%
R=7.66%
G=36.29%
B=56.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19901390.860.3500.45204.575.9530.98
Hex135A8B562302Dcc4c1f
Octal231322131264305531411437
Binary100111011010100010111010110100011010110111001100100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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