#14618a

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

Shades of Bahama Blue #14618A

Tints of Bahama Blue #14618A

Color information

#14618A (or 0x14618A) is unknown color: approx Bahama Blue. HEX triplet: 14, 61 and 8A. RGB value is (20,97,138). Sum of RGB (Red+Green+Blue) = 20+97+138=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #14618A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14618A is #EB9E75. Grayscale: #4E4E4E. Windows color (decimal): -15441526 or 9068820. OLE color: 9068820.

HSL color Cylindrical-coordinate representation of color #14618A: hue angle of 200.85º 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 #14618A is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2097138-
CMYK0.860.3000.46
HSL200.85º74.68%30.98%-
HSV(B)200.85º85.51%54.12%-
XYZ9.1510.5325.6-
YUV78.65161.4986.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.84%
GREEN value IS 97 (38.28% from 255) = 38.04%
BLUE value IS 138 (54.30% from 255) = 54.12%
R=7.84%
G=38.04%
B=54.12%

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
Decimal20971380.860.3000.46200.8574.6830.98
Hex14618A561E02Ec94b1f
Octal241412121263605631111337
Binary10100110000110001010101011011110010111011001001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14618a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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