#145B83

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

Shades of Bahama Blue #145B83

Tints of Bahama Blue #145B83

Color information

#145B83 (or 0x145B83) is unknown color: approx Bahama Blue. HEX triplet: 14, 5B and 83. RGB value is (20,91,131). Sum of RGB (Red+Green+Blue) = 20+91+131=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 131 (51.56% from 255 or 54.13% from 242); Max value from RGB is 131 - color contains mainly: blue. Hex color #145B83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145B83 is #EBA47C. Grayscale: #4A4A4A. Windows color (decimal): -15443069 or 8608532. OLE color: 8608532.

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

Color convert

RGB2091131-
CMYK0.850.3100.49
HSL201.62º73.51%29.61%-
HSV(B)201.62º84.73%51.37%-
XYZ8.139.2722.83-
YUV74.33159.9889.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.26%
GREEN value IS 91 (35.94% from 255) = 37.60%
BLUE value IS 131 (51.56% from 255) = 54.13%
R=8.26%
G=37.60%
B=54.13%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20911310.850.3100.49201.6273.5129.61
Hex145B83551F031ca4a1e
Octal241332031253706131211236
Binary10100101101110000011101010111111011000111001010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,91,131); }

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

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

 a { background-color: rgb(20,91,131); }

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

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

 span { border-color: rgb(20,91,131); }

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