Html Css Color HEX #145580 Bahama Blue

📋 copy color: '#145580'

red 20 ◦ green 85 ◦ blue 128

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

Shades of Bahama Blue #145580

Tints of Bahama Blue #145580

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.48%

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

R = 8.58%
G = 36.48%
B = 54.94%

CMYK

 C value IS 0.84

 M value IS 0.34

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#145580 (or 0x145580) is known color: Bahama Blue. HEX triplet: 14, 55 and 80. RGB value is (20,85,128). Sum of RGB (Red+Green+Blue) = 20+85+128=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 128 (50.39% from 255 or 54.94% from 233); Max value from RGB is 128 - color contains mainly: blue. Hex color #145580 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145580 is #EBAA7F. Grayscale: #464646. Windows color (decimal): -15444608 or 8410388. OLE color: 8410388.

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

Color convert

RGB 20 85 128 -
CMYK 0.84 0.34 0 0.50
HSL 203.89º 0.73% 0.29% -
HSV(B) 203.89º 0.84% 0.5% -
XYZ 7.43 8.2 21.61 -
YUV 70.47 160.47 92 -
System Red Green Blue C M Y K H S L
Decimal 20 85 128 0.84 0.34 0 0.50 203.89 0.73 0.29
Hex 14 55 80 54 22 0 32 CC 49 1D
Octal 24 125 200 124 42 0 62 314 111 35
Binary 10100 1010101 10000000 1010100 100010 0 110010 11001100 1001001 11101

Color Harmonies of #145580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145580

Black with #145580

Text Example


Text Example

White with #145580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145580; }

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

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

background-color css

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

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

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

border-color css

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

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

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