Html Css Color HEX #14598B Bahama Blue

📋 copy color: '#14598B'

red 20 ◦ green 89 ◦ blue 139

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

Shades of Bahama Blue #14598B

Tints of Bahama Blue #14598B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 56.05%

R = 8.06%
G = 35.89%
B = 56.05%

CMYK

 C value IS 0.86

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14598B (or 0x14598B) is known color: Bahama Blue. HEX triplet: 14, 59 and 8B. RGB value is (20,89,139). Sum of RGB (Red+Green+Blue) = 20+89+139=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 139 (54.69% from 255 or 56.05% from 248); Max value from RGB is 139 - color contains mainly: blue. Hex color #14598B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14598B is #EBA674. Grayscale: #494949. Windows color (decimal): -15443573 or 9132308. OLE color: 9132308.

HSL color Cylindrical-coordinate representation of color #14598B: hue angle of 205.21º 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 #14598B is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 89 139 -
CMYK 0.86 0.36 0 0.45
HSL 205.21º 0.75% 0.31% -
HSV(B) 205.21º 0.86% 0.55% -
XYZ 8.52 9.16 25.74 -
YUV 74.07 164.64 89.43 -
System Red Green Blue C M Y K H S L
Decimal 20 89 139 0.86 0.36 0 0.45 205.21 0.75 0.31
Hex 14 59 8B 56 24 0 2D CD 4B 1F
Octal 24 131 213 126 44 0 55 315 113 37
Binary 10100 1011001 10001011 1010110 100100 0 101101 11001101 1001011 11111

Color Harmonies of #14598B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14598B

Black with #14598B

Text Example


Text Example

White with #14598B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14598B; }

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

 H1.HeaderClassName
 {
   color: #14598B;
 }
 .AnyTagClassName
 {
   color: #14598B;
 }
</style>

background-color css

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

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

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

border-color css

<style>
 span { border-color: #14598B; }

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

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