Html Css Color HEX #14567D Bahama Blue

📋 copy color: '#14567D'

red 20 ◦ green 86 ◦ blue 125

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

Shades of Bahama Blue #14567D

Tints of Bahama Blue #14567D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.23%

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

R = 8.66%
G = 37.23%
B = 54.11%

CMYK

 C value IS 0.84

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14567D (or 0x14567D) is known color: Bahama Blue. HEX triplet: 14, 56 and 7D. RGB value is (20,86,125). Sum of RGB (Red+Green+Blue) = 20+86+125=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 125 (49.22% from 255 or 54.11% from 231); Max value from RGB is 125 - color contains mainly: blue. Hex color #14567D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14567D is #EBA982. Grayscale: #464646. Windows color (decimal): -15444355 or 8214036. OLE color: 8214036.

HSL color Cylindrical-coordinate representation of color #14567D: hue angle of 202.29º 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 #14567D is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 86 125 -
CMYK 0.84 0.31 0 0.51
HSL 202.29º 0.72% 0.28% -
HSV(B) 202.29º 0.84% 0.49% -
XYZ 7.32 8.28 20.62 -
YUV 70.71 158.63 91.83 -
System Red Green Blue C M Y K H S L
Decimal 20 86 125 0.84 0.31 0 0.51 202.29 0.72 0.28
Hex 14 56 7D 54 1F 0 33 CA 48 1C
Octal 24 126 175 124 37 0 63 312 110 34
Binary 10100 1010110 1111101 1010100 11111 0 110011 11001010 1001000 11100

Color Harmonies of #14567D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14567D

Black with #14567D

Text Example


Text Example

White with #14567D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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