#145989

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

Shades of Bahama Blue #145989

Tints of Bahama Blue #145989

Color information

#145989 (or 0x145989) is unknown color: approx Bahama Blue. HEX triplet: 14, 59 and 89. RGB value is (20,89,137). Sum of RGB (Red+Green+Blue) = 20+89+137=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 137 (53.91% from 255 or 55.69% from 246); Max value from RGB is 137 - color contains mainly: blue. Hex color #145989 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145989 is #EBA676. Grayscale: #494949. Windows color (decimal): -15443575 or 9001236. OLE color: 9001236.

HSL color Cylindrical-coordinate representation of color #145989: hue angle of 204.62º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #145989 is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2089137-
CMYK0.850.3500.46
HSL204.62º74.52%30.78%-
HSV(B)204.62º85.4%53.73%-
XYZ8.389.124.98-
YUV73.84163.6489.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.13%
GREEN value IS 89 (35.16% from 255) = 36.18%
BLUE value IS 137 (53.91% from 255) = 55.69%
R=8.13%
G=36.18%
B=55.69%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20891370.850.3500.46204.6274.5230.78
Hex145989552302Ecd4b1f
Octal241312111254305631511337
Binary101001011001100010011010101100011010111011001101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145989; }

 p { color: rgb(20,89,137); }

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

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

 a { background-color: rgb(20,89,137); }

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

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

 span { border-color: rgb(20,89,137); }

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