Html Css Color HEX #145987 Bahama Blue

📋 copy color: '#145987'

red 20 ◦ green 89 ◦ blue 135

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

Shades of Bahama Blue #145987

Tints of Bahama Blue #145987

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.48%

 BLUE value IS 135 (53.13% from 255) = 55.33%

R = 8.2%
G = 36.48%
B = 55.33%

CMYK

 C value IS 0.85

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#145987 (or 0x145987) is known color: Bahama Blue. HEX triplet: 14, 59 and 87. RGB value is (20,89,135). Sum of RGB (Red+Green+Blue) = 20+89+135=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 135 (53.12% from 255 or 55.33% from 244); Max value from RGB is 135 - color contains mainly: blue. Hex color #145987 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145987 is #EBA678. Grayscale: #494949. Windows color (decimal): -15443577 or 8870164. OLE color: 8870164.

HSL color Cylindrical-coordinate representation of color #145987: hue angle of 204º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #145987 is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 89 135 -
CMYK 0.85 0.34 0 0.47
HSL 204º 0.74% 0.3% -
HSV(B) 204º 0.85% 0.53% -
XYZ 8.23 9.04 24.23 -
YUV 73.61 162.64 89.76 -
System Red Green Blue C M Y K H S L
Decimal 20 89 135 0.85 0.34 0 0.47 204 0.74 0.3
Hex 14 59 87 55 22 0 2F CC 4A 1E
Octal 24 131 207 125 42 0 57 314 112 36
Binary 10100 1011001 10000111 1010101 100010 0 101111 11001100 1001010 11110

Color Harmonies of #145987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145987

Black with #145987

Text Example


Text Example

White with #145987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145987; }

 p { color: rgb(20,89,135); }

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

background-color css

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

 a { background-color: rgb(20,89,135); }

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

border-color css

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

 span { border-color: rgb(20,89,135); }

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