Html Css Color HEX #14557D Bahama Blue

📋 copy color: '#14557D'

red 20 ◦ green 85 ◦ blue 125

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

Shades of Bahama Blue #14557D

Tints of Bahama Blue #14557D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.96%

 BLUE value IS 125 (49.22% from 255) = 54.35%

R = 8.7%
G = 36.96%
B = 54.35%

CMYK

 C value IS 0.84

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14557D (or 0x14557D) is known color: Bahama Blue. HEX triplet: 14, 55 and 7D. RGB value is (20,85,125). Sum of RGB (Red+Green+Blue) = 20+85+125=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 125 (49.22% from 255 or 54.35% from 230); Max value from RGB is 125 - color contains mainly: blue. Hex color #14557D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14557D is #EBAA82. Grayscale: #454545. Windows color (decimal): -15444611 or 8213780. OLE color: 8213780.

HSL color Cylindrical-coordinate representation of color #14557D: hue angle of 202.86º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14557D is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 85 125 -
CMYK 0.84 0.32 0 0.51
HSL 202.86º 0.72% 0.28% -
HSV(B) 202.86º 0.84% 0.49% -
XYZ 7.24 8.13 20.59 -
YUV 70.13 158.97 92.25 -
System Red Green Blue C M Y K H S L
Decimal 20 85 125 0.84 0.32 0 0.51 202.86 0.72 0.28
Hex 14 55 7D 54 20 0 33 CB 48 1C
Octal 24 125 175 124 40 0 63 313 110 34
Binary 10100 1010101 1111101 1010100 100000 0 110011 11001011 1001000 11100

Color Harmonies of #14557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14557D

Black with #14557D

Text Example


Text Example

White with #14557D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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