#145f86

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

Shades of Bahama Blue #145F86

Tints of Bahama Blue #145F86

Color information

#145F86 (or 0x145F86) is unknown color: approx Bahama Blue. HEX triplet: 14, 5F and 86. RGB value is (20,95,134). Sum of RGB (Red+Green+Blue) = 20+95+134=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 95 (37.5% from 255 or 38.15% from 249); Blue value is 134 (52.73% from 255 or 53.82% from 249); Max value from RGB is 134 - color contains mainly: blue. Hex color #145F86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145F86 is #EBA079. Grayscale: #4C4C4C. Windows color (decimal): -15442042 or 8806164. OLE color: 8806164.

HSL color Cylindrical-coordinate representation of color #145F86: hue angle of 200.53º 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 #145F86 is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2095134-
CMYK0.850.2900.47
HSL200.53º74.03%30.2%-
HSV(B)200.53º85.07%52.55%-
XYZ8.6810.0524.04-
YUV77.02160.1587.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.03%
GREEN value IS 95 (37.5% from 255) = 38.15%
BLUE value IS 134 (52.73% from 255) = 53.82%
R=8.03%
G=38.15%
B=53.82%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal20951340.850.2900.47200.5374.0330.2
Hex145F86551D02Fc94a1e
Octal241372061253505731111236
Binary10100101111110000110101010111101010111111001001100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145f86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145f86; }

 p { color: rgb(20,95,134); }

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

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

 a { background-color: rgb(20,95,134); }

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

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

 span { border-color: rgb(20,95,134); }

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