Html Css Color HEX #14618A Bahama Blue

📋 copy color: '#14618A'

red 20 ◦ green 97 ◦ blue 138

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

Shades of Bahama Blue #14618A

Tints of Bahama Blue #14618A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 54.12%

R = 7.84%
G = 38.04%
B = 54.12%

CMYK

 C value IS 0.86

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#14618A (or 0x14618A) is known color: Bahama Blue. HEX triplet: 14, 61 and 8A. RGB value is (20,97,138). Sum of RGB (Red+Green+Blue) = 20+97+138=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #14618A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14618A is #EB9E75. Grayscale: #4E4E4E. Windows color (decimal): -15441526 or 9068820. OLE color: 9068820.

HSL color Cylindrical-coordinate representation of color #14618A: hue angle of 200.85º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14618A is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 97 138 -
CMYK 0.86 0.30 0 0.46
HSL 200.85º 0.75% 0.31% -
HSV(B) 200.85º 0.86% 0.54% -
XYZ 9.15 10.53 25.6 -
YUV 78.65 161.49 86.17 -
System Red Green Blue C M Y K H S L
Decimal 20 97 138 0.86 0.30 0 0.46 200.85 0.75 0.31
Hex 14 61 8A 56 1E 0 2E C9 4B 1F
Octal 24 141 212 126 36 0 56 311 113 37
Binary 10100 1100001 10001010 1010110 11110 0 101110 11001001 1001011 11111

Color Harmonies of #14618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14618A

Black with #14618A

Text Example


Text Example

White with #14618A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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