#145981

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

Shades of Bahama Blue #145981

Tints of Bahama Blue #145981

Color information

#145981 (or 0x145981) is unknown color: approx Bahama Blue. HEX triplet: 14, 59 and 81. RGB value is (20,89,129). Sum of RGB (Red+Green+Blue) = 20+89+129=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 129 (50.78% from 255 or 54.20% from 238); Max value from RGB is 129 - color contains mainly: blue. Hex color #145981 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145981 is #EBA67E. Grayscale: #484848. Windows color (decimal): -15443583 or 8476948. OLE color: 8476948.

HSL color Cylindrical-coordinate representation of color #145981: hue angle of 202.02º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #145981 is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2089129-
CMYK0.840.3100.49
HSL202.02º73.15%29.22%-
HSV(B)202.02º84.5%50.59%-
XYZ7.828.8822.07-
YUV72.93159.6490.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.40%
GREEN value IS 89 (35.16% from 255) = 37.39%
BLUE value IS 129 (50.78% from 255) = 54.20%
R=8.40%
G=37.39%
B=54.20%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20891290.840.3100.49202.0273.1529.22
Hex145981541F031ca491d
Octal241312011243706131211135
Binary10100101100110000001101010011111011000111001010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145981; }

 p { color: rgb(20,89,129); }

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

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

 a { background-color: rgb(20,89,129); }

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

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

 span { border-color: rgb(20,89,129); }

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