Html Css Color HEX #145689 Bahama Blue

📋 copy color: '#145689'

red 20 ◦ green 86 ◦ blue 137

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

Shades of Bahama Blue #145689

Tints of Bahama Blue #145689

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.39%

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

R = 8.23%
G = 35.39%
B = 56.38%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#145689 (or 0x145689) is known color: Bahama Blue. HEX triplet: 14, 56 and 89. RGB value is (20,86,137). Sum of RGB (Red+Green+Blue) = 20+86+137=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 137 (53.91% from 255 or 56.38% from 243); Max value from RGB is 137 - color contains mainly: blue. Hex color #145689 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145689 is #EBA976. Grayscale: #474747. Windows color (decimal): -15444343 or 9000468. OLE color: 9000468.

HSL color Cylindrical-coordinate representation of color #145689: hue angle of 206.15º 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 #145689 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 86 137 -
CMYK 0.85 0.37 0 0.46
HSL 206.15º 0.75% 0.31% -
HSV(B) 206.15º 0.85% 0.54% -
XYZ 8.13 8.61 24.9 -
YUV 72.08 164.63 90.85 -
System Red Green Blue C M Y K H S L
Decimal 20 86 137 0.85 0.37 0 0.46 206.15 0.75 0.31
Hex 14 56 89 55 25 0 2E CE 4B 1F
Octal 24 126 211 125 45 0 56 316 113 37
Binary 10100 1010110 10001001 1010101 100101 0 101110 11001110 1001011 11111

Color Harmonies of #145689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145689

Black with #145689

Text Example


Text Example

White with #145689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145689; }

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

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

background-color css

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

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

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

border-color css

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

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

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