#14618C

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

Shades of Bahama Blue #14618C

Tints of Bahama Blue #14618C

Color information

#14618C (or 0x14618C) is unknown color: approx Bahama Blue. HEX triplet: 14, 61 and 8C. RGB value is (20,97,140). Sum of RGB (Red+Green+Blue) = 20+97+140=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 140 (55.08% from 255 or 54.47% from 257); Max value from RGB is 140 - color contains mainly: blue. Hex color #14618C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14618C is #EB9E73. Grayscale: #4E4E4E. Windows color (decimal): -15441524 or 9199892. OLE color: 9199892.

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

Color convert

RGB2097140-
CMYK0.860.3100.45
HSL201.5º75%31.37%-
HSV(B)201.5º85.71%54.9%-
XYZ9.310.5926.37-
YUV78.88162.4986-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.78%
GREEN value IS 97 (38.28% from 255) = 37.74%
BLUE value IS 140 (55.08% from 255) = 54.47%
R=7.78%
G=37.74%
B=54.47%

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
Decimal20971400.860.3100.45201.57531.37
Hex14618C561F02Dca4b1f
Octal241412141263705531211337
Binary10100110000110001100101011011111010110111001010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14618C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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