#14608A

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

Shades of Bahama Blue #14608A

Tints of Bahama Blue #14608A

Color information

#14608A (or 0x14608A) is unknown color: approx Bahama Blue. HEX triplet: 14, 60 and 8A. RGB value is (20,96,138). Sum of RGB (Red+Green+Blue) = 20+96+138=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 138 (54.30% from 255 or 54.33% from 254); Max value from RGB is 138 - color contains mainly: blue. Hex color #14608A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14608A is #EB9F75. Grayscale: #4D4D4D. Windows color (decimal): -15441782 or 9068564. OLE color: 9068564.

HSL color Cylindrical-coordinate representation of color #14608A: hue angle of 201.36º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14608A is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2096138-
CMYK0.860.3000.46
HSL201.36º74.68%30.98%-
HSV(B)201.36º85.51%54.12%-
XYZ9.0610.3525.56-
YUV78.06161.8286.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.87%
GREEN value IS 96 (37.89% from 255) = 37.80%
BLUE value IS 138 (54.30% from 255) = 54.33%
R=7.87%
G=37.80%
B=54.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20961380.860.3000.46201.3674.6830.98
Hex14608A561E02Ec94b1f
Octal241402121263605631111337
Binary10100110000010001010101011011110010111011001001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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