Html Css Color HEX #145B80 Bahama Blue

📋 copy color: '#145B80'

red 20 ◦ green 91 ◦ blue 128

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

Shades of Bahama Blue #145B80

Tints of Bahama Blue #145B80

RGB

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

 GREEN value IS 91 (35.94% from 255) = 38.08%

 BLUE value IS 128 (50.39% from 255) = 53.56%

R = 8.37%
G = 38.08%
B = 53.56%

CMYK

 C value IS 0.84

 M value IS 0.29

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#145B80 (or 0x145B80) is known color: Bahama Blue. HEX triplet: 14, 5B and 80. RGB value is (20,91,128). Sum of RGB (Red+Green+Blue) = 20+91+128=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 128 (50.39% from 255 or 53.56% from 239); Max value from RGB is 128 - color contains mainly: blue. Hex color #145B80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145B80 is #EBA47F. Grayscale: #494949. Windows color (decimal): -15443072 or 8411924. OLE color: 8411924.

HSL color Cylindrical-coordinate representation of color #145B80: hue angle of 200.56º 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 #145B80 is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 91 128 -
CMYK 0.84 0.29 0 0.50
HSL 200.56º 0.73% 0.29% -
HSV(B) 200.56º 0.84% 0.5% -
XYZ 7.93 9.19 21.78 -
YUV 73.99 158.48 89.49 -
System Red Green Blue C M Y K H S L
Decimal 20 91 128 0.84 0.29 0 0.50 200.56 0.73 0.29
Hex 14 5B 80 54 1D 0 32 C9 49 1D
Octal 24 133 200 124 35 0 62 311 111 35
Binary 10100 1011011 10000000 1010100 11101 0 110010 11001001 1001001 11101

Color Harmonies of #145B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145B80

Black with #145B80

Text Example


Text Example

White with #145B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145B80; }

 p { color: rgb(20,91,128); }

 H1.HeaderClassName
 {
   color: #145B80;
 }
 .AnyTagClassName
 {
   color: #145B80;
 }
</style>

background-color css

<style>
 a { background-color: #145B80; }

 a { background-color: rgb(20,91,128); }

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

border-color css

<style>
 span { border-color: #145B80; }

 span { border-color: rgb(20,91,128); }

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