Html Css Color HEX #14587F Bahama Blue

📋 copy color: '#14587F'

red 20 ◦ green 88 ◦ blue 127

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

Shades of Bahama Blue #14587F

Tints of Bahama Blue #14587F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.45%

 BLUE value IS 127 (50% from 255) = 54.04%

R = 8.51%
G = 37.45%
B = 54.04%

CMYK

 C value IS 0.84

 M value IS 0.31

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#14587F (or 0x14587F) is known color: Bahama Blue. HEX triplet: 14, 58 and 7F. RGB value is (20,88,127). Sum of RGB (Red+Green+Blue) = 20+88+127=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 127 (50% from 255 or 54.04% from 235); Max value from RGB is 127 - color contains mainly: blue. Hex color #14587F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14587F is #EBA780. Grayscale: #474747. Windows color (decimal): -15443841 or 8345620. OLE color: 8345620.

HSL color Cylindrical-coordinate representation of color #14587F: hue angle of 201.87º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14587F is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 88 127 -
CMYK 0.84 0.31 0 0.50
HSL 201.87º 0.73% 0.29% -
HSV(B) 201.87º 0.84% 0.5% -
XYZ 7.61 8.66 21.35 -
YUV 72.11 158.97 90.83 -
System Red Green Blue C M Y K H S L
Decimal 20 88 127 0.84 0.31 0 0.50 201.87 0.73 0.29
Hex 14 58 7F 54 1F 0 32 CA 49 1D
Octal 24 130 177 124 37 0 62 312 111 35
Binary 10100 1011000 1111111 1010100 11111 0 110010 11001010 1001001 11101

Color Harmonies of #14587F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14587F

Black with #14587F

Text Example


Text Example

White with #14587F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14587F; }

 p { color: rgb(20,88,127); }

 H1.HeaderClassName
 {
   color: #14587F;
 }
 .AnyTagClassName
 {
   color: #14587F;
 }
</style>

background-color css

<style>
 a { background-color: #14587F; }

 a { background-color: rgb(20,88,127); }

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

border-color css

<style>
 span { border-color: #14587F; }

 span { border-color: rgb(20,88,127); }

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