#145f89

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

Shades of Bahama Blue #145F89

Tints of Bahama Blue #145F89

Color information

#145F89 (or 0x145F89) is unknown color: approx Bahama Blue. HEX triplet: 14, 5F and 89. RGB value is (20,95,137). Sum of RGB (Red+Green+Blue) = 20+95+137=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 95 (37.5% from 255 or 37.70% from 252); Blue value is 137 (53.91% from 255 or 54.37% from 252); Max value from RGB is 137 - color contains mainly: blue. Hex color #145F89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145F89 is #EBA076. Grayscale: #4D4D4D. Windows color (decimal): -15442039 or 9002772. OLE color: 9002772.

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

Color convert

RGB2095137-
CMYK0.850.3100.46
HSL201.54º74.52%30.78%-
HSV(B)201.54º85.4%53.73%-
XYZ8.910.1425.16-
YUV77.36161.6587.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.94%
GREEN value IS 95 (37.5% from 255) = 37.70%
BLUE value IS 137 (53.91% from 255) = 54.37%
R=7.94%
G=37.70%
B=54.37%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20951370.850.3100.46201.5474.5230.78
Hex145F89551F02Eca4b1f
Octal241372111253705631211337
Binary10100101111110001001101010111111010111011001010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145f89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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