#145889

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

Shades of Bahama Blue #145889

Tints of Bahama Blue #145889

Color information

#145889 (or 0x145889) is unknown color: approx Bahama Blue. HEX triplet: 14, 58 and 89. RGB value is (20,88,137). Sum of RGB (Red+Green+Blue) = 20+88+137=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 137 (53.91% from 255 or 55.92% from 245); Max value from RGB is 137 - color contains mainly: blue. Hex color #145889 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145889 is #EBA776. Grayscale: #484848. Windows color (decimal): -15443831 or 9000980. OLE color: 9000980.

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

Color convert

RGB2088137-
CMYK0.850.3600.46
HSL205.13º74.52%30.78%-
HSV(B)205.13º85.4%53.73%-
XYZ8.298.9324.95-
YUV73.25163.9790.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.16%
GREEN value IS 88 (34.77% from 255) = 35.92%
BLUE value IS 137 (53.91% from 255) = 55.92%
R=8.16%
G=35.92%
B=55.92%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20881370.850.3600.46205.1374.5230.78
Hex145889552402Ecd4b1f
Octal241302111254405631511337
Binary101001011000100010011010101100100010111011001101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145889; }

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

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

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

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

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

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

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

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