#145F8A

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

Shades of Bahama Blue #145F8A

Tints of Bahama Blue #145F8A

Color information

#145F8A (or 0x145F8A) is unknown color: approx Bahama Blue. HEX triplet: 14, 5F and 8A. RGB value is (20,95,138). Sum of RGB (Red+Green+Blue) = 20+95+138=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 95 (37.5% from 255 or 37.55% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #145F8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145F8A is #EBA075. Grayscale: #4D4D4D. Windows color (decimal): -15442038 or 9068308. OLE color: 9068308.

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

Color convert

RGB2095138-
CMYK0.860.3100.46
HSL201.86º74.68%30.98%-
HSV(B)201.86º85.51%54.12%-
XYZ8.9710.1725.53-
YUV77.48162.1587-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.91%
GREEN value IS 95 (37.5% from 255) = 37.55%
BLUE value IS 138 (54.30% from 255) = 54.55%
R=7.91%
G=37.55%
B=54.55%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20951380.860.3100.46201.8674.6830.98
Hex145F8A561F02Eca4b1f
Octal241372121263705631211337
Binary10100101111110001010101011011111010111011001010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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