Html Css Color HEX #145589 Bahama Blue

📋 copy color: '#145589'

red 20 ◦ green 85 ◦ blue 137

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

Shades of Bahama Blue #145589

Tints of Bahama Blue #145589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 56.61%

R = 8.26%
G = 35.12%
B = 56.61%

CMYK

 C value IS 0.85

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#145589 (or 0x145589) is known color: Bahama Blue. HEX triplet: 14, 55 and 89. RGB value is (20,85,137). Sum of RGB (Red+Green+Blue) = 20+85+137=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 137 (53.91% from 255 or 56.61% from 242); Max value from RGB is 137 - color contains mainly: blue. Hex color #145589 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145589 is #EBAA76. Grayscale: #474747. Windows color (decimal): -15444599 or 9000212. OLE color: 9000212.

HSL color Cylindrical-coordinate representation of color #145589: hue angle of 206.67º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #145589 is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 85 137 -
CMYK 0.85 0.38 0 0.46
HSL 206.67º 0.75% 0.31% -
HSV(B) 206.67º 0.85% 0.54% -
XYZ 8.05 8.45 24.87 -
YUV 71.49 164.97 91.27 -
System Red Green Blue C M Y K H S L
Decimal 20 85 137 0.85 0.38 0 0.46 206.67 0.75 0.31
Hex 14 55 89 55 26 0 2E CF 4B 1F
Octal 24 125 211 125 46 0 56 317 113 37
Binary 10100 1010101 10001001 1010101 100110 0 101110 11001111 1001011 11111

Color Harmonies of #145589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145589

Black with #145589

Text Example


Text Example

White with #145589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145589; }

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

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

background-color css

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

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

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

border-color css

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

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

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