#14618D

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

Shades of Bahama Blue #14618D

Tints of Bahama Blue #14618D

Color information

#14618D (or 0x14618D) is unknown color: approx Bahama Blue. HEX triplet: 14, 61 and 8D. RGB value is (20,97,141). Sum of RGB (Red+Green+Blue) = 20+97+141=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 141 (55.47% from 255 or 54.65% from 258); Max value from RGB is 141 - color contains mainly: blue. Hex color #14618D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14618D is #EB9E72. Grayscale: #4E4E4E. Windows color (decimal): -15441523 or 9265428. OLE color: 9265428.

HSL color Cylindrical-coordinate representation of color #14618D: hue angle of 201.82º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14618D is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2097141-
CMYK0.860.3100.45
HSL201.82º75.16%31.57%-
HSV(B)201.82º85.82%55.29%-
XYZ9.3710.6226.76-
YUV78.99162.9985.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.75%
GREEN value IS 97 (38.28% from 255) = 37.60%
BLUE value IS 141 (55.47% from 255) = 54.65%
R=7.75%
G=37.60%
B=54.65%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal20971410.860.3100.45201.8275.1631.57
Hex14618D561F02Dca4b20
Octal241412151263705531211340
Binary101001100001100011011010110111110101101110010101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14618D; }

 p { color: rgb(20,97,141); }

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

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

 a { background-color: rgb(20,97,141); }

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

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

 span { border-color: rgb(20,97,141); }

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