#145787

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

Shades of Bahama Blue #145787

Tints of Bahama Blue #145787

Color information

#145787 (or 0x145787) is unknown color: approx Bahama Blue. HEX triplet: 14, 57 and 87. RGB value is (20,87,135). Sum of RGB (Red+Green+Blue) = 20+87+135=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 135 (53.12% from 255 or 55.79% from 242); Max value from RGB is 135 - color contains mainly: blue. Hex color #145787 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145787 is #EBA878. Grayscale: #484848. Windows color (decimal): -15444089 or 8869652. OLE color: 8869652.

HSL color Cylindrical-coordinate representation of color #145787: hue angle of 205.04º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #145787 is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2087135-
CMYK0.850.3600.47
HSL205.04º74.19%30.39%-
HSV(B)205.04º85.19%52.94%-
XYZ8.078.7124.18-
YUV72.44163.390.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.26%
GREEN value IS 87 (34.38% from 255) = 35.95%
BLUE value IS 135 (53.12% from 255) = 55.79%
R=8.26%
G=35.95%
B=55.79%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal20871350.850.3600.47205.0474.1930.39
Hex145787552402Fcd4a1e
Octal241272071254405731511236
Binary101001010111100001111010101100100010111111001101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145787; }

 p { color: rgb(20,87,135); }

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

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

 a { background-color: rgb(20,87,135); }

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

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

 span { border-color: rgb(20,87,135); }

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