#14608e

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

Shades of Bahama Blue #14608E

Tints of Bahama Blue #14608E

Color information

#14608E (or 0x14608E) is unknown color: approx Bahama Blue. HEX triplet: 14, 60 and 8E. RGB value is (20,96,142). Sum of RGB (Red+Green+Blue) = 20+96+142=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 142 (55.86% from 255 or 55.04% from 258); Max value from RGB is 142 - color contains mainly: blue. Hex color #14608E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14608E is #EB9F71. Grayscale: #4E4E4E. Windows color (decimal): -15441778 or 9330708. OLE color: 9330708.

HSL color Cylindrical-coordinate representation of color #14608E: hue angle of 202.62º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14608E is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2096142-
CMYK0.860.3200.44
HSL202.62º75.31%31.76%-
HSV(B)202.62º85.92%55.69%-
XYZ9.3510.4727.12-
YUV78.52163.8286.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.75%
GREEN value IS 96 (37.89% from 255) = 37.21%
BLUE value IS 142 (55.86% from 255) = 55.04%
R=7.75%
G=37.21%
B=55.04%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20961420.860.3200.44202.6275.3131.76
Hex14608E562002Ccb4b20
Octal241402161264005431311340
Binary1010011000001000111010101101000000101100110010111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14608e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14608e; }

 p { color: rgb(20,96,142); }

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

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

 a { background-color: rgb(20,96,142); }

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

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

 span { border-color: rgb(20,96,142); }

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