Html Css Color HEX #14598D Bahama Blue

📋 copy color: '#14598D'

red 20 ◦ green 89 ◦ blue 141

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

Shades of Bahama Blue #14598D

Tints of Bahama Blue #14598D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 56.4%

R = 8%
G = 35.6%
B = 56.4%

CMYK

 C value IS 0.86

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14598D (or 0x14598D) is known color: Bahama Blue. HEX triplet: 14, 59 and 8D. RGB value is (20,89,141). Sum of RGB (Red+Green+Blue) = 20+89+141=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #14598D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14598D is #EBA672. Grayscale: #4A4A4A. Windows color (decimal): -15443571 or 9263380. OLE color: 9263380.

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

Color convert

RGB 20 89 141 -
CMYK 0.86 0.37 0 0.45
HSL 205.79º 0.75% 0.32% -
HSV(B) 205.79º 0.86% 0.55% -
XYZ 8.67 9.22 26.52 -
YUV 74.3 165.64 89.27 -
System Red Green Blue C M Y K H S L
Decimal 20 89 141 0.86 0.37 0 0.45 205.79 0.75 0.32
Hex 14 59 8D 56 25 0 2D CE 4B 20
Octal 24 131 215 126 45 0 55 316 113 40
Binary 10100 1011001 10001101 1010110 100101 0 101101 11001110 1001011 100000

Color Harmonies of #14598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14598D

Black with #14598D

Text Example


Text Example

White with #14598D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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