#145489

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

Shades of Bahama Blue #145489

Tints of Bahama Blue #145489

Color information

#145489 (or 0x145489) is unknown color: approx Bahama Blue. HEX triplet: 14, 54 and 89. RGB value is (20,84,137). Sum of RGB (Red+Green+Blue) = 20+84+137=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 137 (53.91% from 255 or 56.85% from 241); Max value from RGB is 137 - color contains mainly: blue. Hex color #145489 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145489 is #EBAB76. Grayscale: #464646. Windows color (decimal): -15444855 or 8999956. OLE color: 8999956.

HSL color Cylindrical-coordinate representation of color #145489: hue angle of 207.18º 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 #145489 is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2084137-
CMYK0.850.3900.46
HSL207.18º74.52%30.78%-
HSV(B)207.18º85.4%53.73%-
XYZ7.978.324.85-
YUV70.91165.391.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.30%
GREEN value IS 84 (33.20% from 255) = 34.85%
BLUE value IS 137 (53.91% from 255) = 56.85%
R=8.30%
G=34.85%
B=56.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20841370.850.3900.46207.1874.5230.78
Hex145489552702Ecf4b1f
Octal241242111254705631711337
Binary101001010100100010011010101100111010111011001111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145489; }

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

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

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

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

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

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

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

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