#14558A

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

Shades of Bahama Blue #14558A

Tints of Bahama Blue #14558A

Color information

#14558A (or 0x14558A) is unknown color: approx Bahama Blue. HEX triplet: 14, 55 and 8A. RGB value is (20,85,138). Sum of RGB (Red+Green+Blue) = 20+85+138=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 138 (54.30% from 255 or 56.79% from 243); Max value from RGB is 138 - color contains mainly: blue. Hex color #14558A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14558A is #EBAA75. Grayscale: #474747. Windows color (decimal): -15444598 or 9065748. OLE color: 9065748.

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

Color convert

RGB2085138-
CMYK0.860.3800.46
HSL206.95º74.68%30.98%-
HSV(B)206.95º85.51%54.12%-
XYZ8.128.4825.25-
YUV71.61165.4791.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.23%
GREEN value IS 85 (33.59% from 255) = 34.98%
BLUE value IS 138 (54.30% from 255) = 56.79%
R=8.23%
G=34.98%
B=56.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal20851380.860.3800.46206.9574.6830.98
Hex14558A562602Ecf4b1f
Octal241252121264605631711337
Binary101001010101100010101010110100110010111011001111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14558A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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