#145E85

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

Shades of Bahama Blue #145E85

Tints of Bahama Blue #145E85

Color information

#145E85 (or 0x145E85) is unknown color: approx Bahama Blue. HEX triplet: 14, 5E and 85. RGB value is (20,94,133). Sum of RGB (Red+Green+Blue) = 20+94+133=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 94 (37.11% from 255 or 38.06% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #145E85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145E85 is #EBA17A. Grayscale: #4C4C4C. Windows color (decimal): -15442299 or 8740372. OLE color: 8740372.

HSL color Cylindrical-coordinate representation of color #145E85: hue angle of 200.71º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #145E85 is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2094133-
CMYK0.850.2900.48
HSL200.71º73.86%30%-
HSV(B)200.71º84.96%52.16%-
XYZ8.529.8523.64-
YUV76.32159.9887.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.10%
GREEN value IS 94 (37.11% from 255) = 38.06%
BLUE value IS 133 (52.34% from 255) = 53.85%
R=8.10%
G=38.06%
B=53.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal20941330.850.2900.48200.7173.8630
Hex145E85551D030c94a1e
Octal241362051253506031111236
Binary10100101111010000101101010111101011000011001001100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,94,133); }

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

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

 a { background-color: rgb(20,94,133); }

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

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

 span { border-color: rgb(20,94,133); }

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