Html Css Color HEX #145480 Bahama Blue

📋 copy color: '#145480'

red 20 ◦ green 84 ◦ blue 128

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

Shades of Bahama Blue #145480

Tints of Bahama Blue #145480

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.21%

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

R = 8.62%
G = 36.21%
B = 55.17%

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

#145480 (or 0x145480) is known color: Bahama Blue. HEX triplet: 14, 54 and 80. RGB value is (20,84,128). Sum of RGB (Red+Green+Blue) = 20+84+128=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 128 (50.39% from 255 or 55.17% from 232); Max value from RGB is 128 - color contains mainly: blue. Hex color #145480 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145480 is #EBAB7F. Grayscale: #454545. Windows color (decimal): -15444864 or 8410132. OLE color: 8410132.

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

Color convert

RGB 20 84 128 -
CMYK 0.84 0.34 0 0.50
HSL 204.44º 0.73% 0.29% -
HSV(B) 204.44º 0.84% 0.5% -
XYZ 7.36 8.05 21.59 -
YUV 69.88 160.8 92.42 -
System Red Green Blue C M Y K H S L
Decimal 20 84 128 0.84 0.34 0 0.50 204.44 0.73 0.29
Hex 14 54 80 54 22 0 32 CC 49 1D
Octal 24 124 200 124 42 0 62 314 111 35
Binary 10100 1010100 10000000 1010100 100010 0 110010 11001100 1001001 11101

Color Harmonies of #145480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145480

Black with #145480

Text Example


Text Example

White with #145480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145480; }

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

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

background-color css

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

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

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

border-color css

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

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

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