Html Css Color HEX #145279 Bahama Blue

📋 copy color: '#145279'

red 20 ◦ green 82 ◦ blue 121

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

Shades of Bahama Blue #145279

Tints of Bahama Blue #145279

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.77%

 BLUE value IS 121 (47.66% from 255) = 54.26%

R = 8.97%
G = 36.77%
B = 54.26%

CMYK

 C value IS 0.83

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#145279 (or 0x145279) is known color: Bahama Blue. HEX triplet: 14, 52 and 79. RGB value is (20,82,121). Sum of RGB (Red+Green+Blue) = 20+82+121=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 121 (47.66% from 255 or 54.26% from 223); Max value from RGB is 121 - color contains mainly: blue. Hex color #145279 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145279 is #EBAD86. Grayscale: #434343. Windows color (decimal): -15445383 or 7950868. OLE color: 7950868.

HSL color Cylindrical-coordinate representation of color #145279: hue angle of 203.17º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #145279 is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 82 121 -
CMYK 0.83 0.32 0 0.53
HSL 203.17º 0.72% 0.28% -
HSV(B) 203.17º 0.83% 0.47% -
XYZ 6.76 7.56 19.19 -
YUV 67.91 157.96 93.83 -
System Red Green Blue C M Y K H S L
Decimal 20 82 121 0.83 0.32 0 0.53 203.17 0.72 0.28
Hex 14 52 79 53 20 0 35 CB 48 1C
Octal 24 122 171 123 40 0 65 313 110 34
Binary 10100 1010010 1111001 1010011 100000 0 110101 11001011 1001000 11100

Color Harmonies of #145279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145279

Black with #145279

Text Example


Text Example

White with #145279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145279; }

 p { color: rgb(20,82,121); }

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

background-color css

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

 a { background-color: rgb(20,82,121); }

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

border-color css

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

 span { border-color: rgb(20,82,121); }

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