Html Css Color HEX #145481 Bahama Blue

📋 copy color: '#145481'

red 20 ◦ green 84 ◦ blue 129

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

Shades of Bahama Blue #145481

Tints of Bahama Blue #145481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 55.36%

R = 8.58%
G = 36.05%
B = 55.36%

CMYK

 C value IS 0.84

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#145481 (or 0x145481) is known color: Bahama Blue. HEX triplet: 14, 54 and 81. RGB value is (20,84,129). Sum of RGB (Red+Green+Blue) = 20+84+129=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 129 (50.78% from 255 or 55.36% from 233); Max value from RGB is 129 - color contains mainly: blue. Hex color #145481 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145481 is #EBAB7E. Grayscale: #454545. Windows color (decimal): -15444863 or 8475668. OLE color: 8475668.

HSL color Cylindrical-coordinate representation of color #145481: hue angle of 204.77º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #145481 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 84 129 -
CMYK 0.84 0.35 0 0.49
HSL 204.77º 0.73% 0.29% -
HSV(B) 204.77º 0.84% 0.51% -
XYZ 7.42 8.07 21.94 -
YUV 69.99 161.3 92.34 -
System Red Green Blue C M Y K H S L
Decimal 20 84 129 0.84 0.35 0 0.49 204.77 0.73 0.29
Hex 14 54 81 54 23 0 31 CD 49 1D
Octal 24 124 201 124 43 0 61 315 111 35
Binary 10100 1010100 10000001 1010100 100011 0 110001 11001101 1001001 11101

Color Harmonies of #145481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145481

Black with #145481

Text Example


Text Example

White with #145481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145481; }

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

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

background-color css

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

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

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

border-color css

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

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

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