Html Css Color HEX #14618B Bahama Blue

📋 copy color: '#14618B'

red 20 ◦ green 97 ◦ blue 139

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

Shades of Bahama Blue #14618B

Tints of Bahama Blue #14618B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.89%

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

R = 7.81%
G = 37.89%
B = 54.3%

CMYK

 C value IS 0.86

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14618B (or 0x14618B) is known color: Bahama Blue. HEX triplet: 14, 61 and 8B. RGB value is (20,97,139). Sum of RGB (Red+Green+Blue) = 20+97+139=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #14618B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14618B is #EB9E74. Grayscale: #4E4E4E. Windows color (decimal): -15441525 or 9134356. OLE color: 9134356.

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

Color convert

RGB 20 97 139 -
CMYK 0.86 0.30 0 0.45
HSL 201.18º 0.75% 0.31% -
HSV(B) 201.18º 0.86% 0.55% -
XYZ 9.22 10.56 25.98 -
YUV 78.77 161.99 86.08 -
System Red Green Blue C M Y K H S L
Decimal 20 97 139 0.86 0.30 0 0.45 201.18 0.75 0.31
Hex 14 61 8B 56 1E 0 2D C9 4B 1F
Octal 24 141 213 126 36 0 55 311 113 37
Binary 10100 1100001 10001011 1010110 11110 0 101101 11001001 1001011 11111

Color Harmonies of #14618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14618B

Black with #14618B

Text Example


Text Example

White with #14618B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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