Html Css Color HEX #145A89 Bahama Blue

📋 copy color: '#145A89'

red 20 ◦ green 90 ◦ blue 137

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

Shades of Bahama Blue #145A89

Tints of Bahama Blue #145A89

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.44%

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

R = 8.1%
G = 36.44%
B = 55.47%

CMYK

 C value IS 0.85

 M value IS 0.34

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#145A89 (or 0x145A89) is known color: Bahama Blue. HEX triplet: 14, 5A and 89. RGB value is (20,90,137). Sum of RGB (Red+Green+Blue) = 20+90+137=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 137 (53.91% from 255 or 55.47% from 247); Max value from RGB is 137 - color contains mainly: blue. Hex color #145A89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145A89 is #EBA576. Grayscale: #4A4A4A. Windows color (decimal): -15443319 or 9001492. OLE color: 9001492.

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

Color convert

RGB 20 90 137 -
CMYK 0.85 0.34 0 0.46
HSL 204.1º 0.75% 0.31% -
HSV(B) 204.1º 0.85% 0.54% -
XYZ 8.46 9.27 25.01 -
YUV 74.43 163.31 89.18 -
System Red Green Blue C M Y K H S L
Decimal 20 90 137 0.85 0.34 0 0.46 204.1 0.75 0.31
Hex 14 5A 89 55 22 0 2E CC 4B 1F
Octal 24 132 211 125 42 0 56 314 113 37
Binary 10100 1011010 10001001 1010101 100010 0 101110 11001100 1001011 11111

Color Harmonies of #145A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145A89

Black with #145A89

Text Example


Text Example

White with #145A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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