Html Css Color HEX #14597E Bahama Blue

📋 copy color: '#14597E'

red 20 ◦ green 89 ◦ blue 126

#14597E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahama Blue #14597E

Tints of Bahama Blue #14597E

RGB

 RED value IS 20 (8.2% from 255) = 8.51%

 GREEN value IS 89 (35.16% from 255) = 37.87%

 BLUE value IS 126 (49.61% from 255) = 53.62%

R = 8.51%
G = 37.87%
B = 53.62%

CMYK

 C value IS 0.84

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14597E (or 0x14597E) is known color: Bahama Blue. HEX triplet: 14, 59 and 7E. RGB value is (20,89,126). Sum of RGB (Red+Green+Blue) = 20+89+126=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 126 (49.61% from 255 or 53.62% from 235); Max value from RGB is 126 - color contains mainly: blue. Hex color #14597E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14597E is #EBA681. Grayscale: #484848. Windows color (decimal): -15443586 or 8280340. OLE color: 8280340.

HSL color Cylindrical-coordinate representation of color #14597E: hue angle of 200.94º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14597E is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 89 126 -
CMYK 0.84 0.29 0 0.51
HSL 200.94º 0.73% 0.29% -
HSV(B) 200.94º 0.84% 0.49% -
XYZ 7.63 8.8 21.04 -
YUV 72.59 158.14 90.49 -
System Red Green Blue C M Y K H S L
Decimal 20 89 126 0.84 0.29 0 0.51 200.94 0.73 0.29
Hex 14 59 7E 54 1D 0 33 C9 49 1D
Octal 24 131 176 124 35 0 63 311 111 35
Binary 10100 1011001 1111110 1010100 11101 0 110011 11001001 1001001 11101

Color Harmonies of #14597E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14597E

Black with #14597E

Text Example


Text Example

White with #14597E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14597E; }

 p { color: rgb(20,89,126); }

 H1.HeaderClassName
 {
   color: #14597E;
 }
 .AnyTagClassName
 {
   color: #14597E;
 }
</style>

background-color css

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

 a { background-color: rgb(20,89,126); }

 div.DivClassName
 {
   background-color: #14597E;
 }
 .BgClassName
 {
   background-color: #14597E;
 }
</style>

border-color css

<style>
 span { border-color: #14597E; }

 span { border-color: rgb(20,89,126); }

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