Html Css Color HEX #14618D Bahama Blue

📋 copy color: '#14618D'

red 20 ◦ green 97 ◦ blue 141

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

Shades of Bahama Blue #14618D

Tints of Bahama Blue #14618D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 54.65%

R = 7.75%
G = 37.6%
B = 54.65%

CMYK

 C value IS 0.86

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#14618D (or 0x14618D) is known color: Bahama Blue. HEX triplet: 14, 61 and 8D. RGB value is (20,97,141). Sum of RGB (Red+Green+Blue) = 20+97+141=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 141 (55.47% from 255 or 54.65% from 258); Max value from RGB is 141 - color contains mainly: blue. Hex color #14618D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14618D is #EB9E72. Grayscale: #4E4E4E. Windows color (decimal): -15441523 or 9265428. OLE color: 9265428.

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

Color convert

RGB 20 97 141 -
CMYK 0.86 0.31 0 0.45
HSL 201.82º 0.75% 0.32% -
HSV(B) 201.82º 0.86% 0.55% -
XYZ 9.37 10.62 26.76 -
YUV 78.99 162.99 85.92 -
System Red Green Blue C M Y K H S L
Decimal 20 97 141 0.86 0.31 0 0.45 201.82 0.75 0.32
Hex 14 61 8D 56 1F 0 2D CA 4B 20
Octal 24 141 215 126 37 0 55 312 113 40
Binary 10100 1100001 10001101 1010110 11111 0 101101 11001010 1001011 100000

Color Harmonies of #14618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14618D

Black with #14618D

Text Example


Text Example

White with #14618D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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