#145680

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

Shades of Bahama Blue #145680

Tints of Bahama Blue #145680

Color information

#145680 (or 0x145680) is unknown color: approx Bahama Blue. HEX triplet: 14, 56 and 80. RGB value is (20,86,128). Sum of RGB (Red+Green+Blue) = 20+86+128=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 128 (50.39% from 255 or 54.70% from 234); Max value from RGB is 128 - color contains mainly: blue. Hex color #145680 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145680 is #EBA97F. Grayscale: #464646. Windows color (decimal): -15444352 or 8410644. OLE color: 8410644.

HSL color Cylindrical-coordinate representation of color #145680: hue angle of 203.33º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #145680 is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2086128-
CMYK0.840.3300.50
HSL203.33º72.97%29.02%-
HSV(B)203.33º84.38%50.2%-
XYZ7.518.3621.64-
YUV71.05160.1391.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.55%
GREEN value IS 86 (33.98% from 255) = 36.75%
BLUE value IS 128 (50.39% from 255) = 54.70%
R=8.55%
G=36.75%
B=54.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal20861280.840.3300.50203.3372.9729.02
Hex1456805421032cb491d
Octal241262001244106231311135
Binary101001010110100000001010100100001011001011001011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145680; }

 p { color: rgb(20,86,128); }

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

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

 a { background-color: rgb(20,86,128); }

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

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

 span { border-color: rgb(20,86,128); }

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