#14608D

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

Shades of Bahama Blue #14608D

Tints of Bahama Blue #14608D

Color information

#14608D (or 0x14608D) is unknown color: approx Bahama Blue. HEX triplet: 14, 60 and 8D. RGB value is (20,96,141). Sum of RGB (Red+Green+Blue) = 20+96+141=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #14608D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14608D is #EB9F72. Grayscale: #4E4E4E. Windows color (decimal): -15441779 or 9265172. OLE color: 9265172.

HSL color Cylindrical-coordinate representation of color #14608D: hue angle of 202.31º 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 #14608D is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2096141-
CMYK0.860.3200.45
HSL202.31º75.16%31.57%-
HSV(B)202.31º85.82%55.29%-
XYZ9.2810.4426.72-
YUV78.41163.3286.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.78%
GREEN value IS 96 (37.89% from 255) = 37.35%
BLUE value IS 141 (55.47% from 255) = 54.86%
R=7.78%
G=37.35%
B=54.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal20961410.860.3200.45202.3175.1631.57
Hex14608D562002Dca4b20
Octal241402151264005531211340
Binary1010011000001000110110101101000000101101110010101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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